Home
last modified time | relevance | path

Searched refs:retVal (Results 1 – 2 of 2) sorted by relevance

/RvlSDK-3.2/build/libraries/mem/src/
Dmem_frameHeap.c564 u32 retVal; in MEMGetAllocatableSizeForFrmHeapEx() local
571 retVal = 0; in MEMGetAllocatableSizeForFrmHeapEx()
575 retVal = GetOffsetFromPtr( block, pFrmHeapHd->tailAllocator ); in MEMGetAllocatableSizeForFrmHeapEx()
578 return retVal; in MEMGetAllocatableSizeForFrmHeapEx()
602 BOOL retVal; in MEMRecordStateForFrmHeap() local
615 retVal = FALSE; in MEMRecordStateForFrmHeap()
626 retVal = TRUE; in MEMRecordStateForFrmHeap()
631 return retVal; in MEMRecordStateForFrmHeap()
659 BOOL retVal; in MEMFreeByStateToFrmHeap() local
680 retVal = FALSE; in MEMFreeByStateToFrmHeap()
[all …]
Dmem_expHeap.c1946 u32 retVal; in MEMAdjustExpHeap() local
1955 retVal = 0; in MEMAdjustExpHeap()
1967 retVal = 0; in MEMAdjustExpHeap()
1977 retVal = GetOffsetFromPtr( pHeapHd, pHeapHd->heapEnd ); in MEMAdjustExpHeap()
1982 return retVal; in MEMAdjustExpHeap()
2008 BOOL retVal; in MEMCheckExpHeap() local
2030 retVal = FALSE; in MEMCheckExpHeap()
2040 retVal = FALSE; in MEMCheckExpHeap()
2053 retVal = FALSE; in MEMCheckExpHeap()
2063 retVal = FALSE; in MEMCheckExpHeap()
[all …]