Home
last modified time | relevance | path

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

/RvlSDK-3.1/build/libraries/mem/src/
Dmem_expHeap.c220 GetMBlockEndAddr_( MEMiExpHeapMBlockHead* pMBHead ) in GetMBlockEndAddr_() function
391 region->end = GetMBlockEndAddr_(block); in GetRegionOfMBlock_()
850 freeRgn.end = GetMBlockEndAddr_(pBlk); in RecycleRegion_()
861 if ( pBlkPrFree && GetMBlockEndAddr_(pBlkPrFree) == pRegion->start ) in RecycleRegion_()
1439 …void* crUsedEnd = GetMBlockEndAddr_(pMBHead); // The end address for the block currently being u… in MEMResizeForMBlockExpHeap()
1497 …rgnNewFree.end = GetMBlockEndAddr_(pMBHead); // The end address for the block currently being … in MEMResizeForMBlockExpHeap()
1627 if ( GetUIntPtr(baseAddress) < GetUIntPtr(GetMBlockEndAddr_(pMBlkHd)) ) in MEMGetAllocatableSizeForExpHeapEx()
1629 const u32 blockSize = GetOffsetFromPtr(baseAddress, GetMBlockEndAddr_(pMBlkHd)); in MEMGetAllocatableSizeForExpHeapEx()