Home
last modified time | relevance | path

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

/RvlSDK-2.1/build/libraries/mem/src/
Dmem_expHeap.c1624 void* baseAddress = RoundUpPtr(GetMemPtrForMBlock_(pMBlkHd), alignment); in MEMGetAllocatableSizeForExpHeapEx() local
1626 if ( GetUIntPtr(baseAddress) < GetUIntPtr(GetMBlockEndAddr_(pMBlkHd)) ) in MEMGetAllocatableSizeForExpHeapEx()
1628 const u32 blockSize = GetOffsetFromPtr(baseAddress, GetMBlockEndAddr_(pMBlkHd)); in MEMGetAllocatableSizeForExpHeapEx()
1630 const u32 offset = GetOffsetFromPtr(GetMemPtrForMBlock_(pMBlkHd), baseAddress); in MEMGetAllocatableSizeForExpHeapEx()