Home
last modified time | relevance | path

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

/RvlSDK-3.3/build/libraries/mem/src/
Dmem_frameHeap.c798 const u32 oldSize = GetOffsetFromPtr( memBlock, pFrmHeapHd->headAllocator ); in MEMResizeForMBlockFrmHeap() local
801 if ( newSize == oldSize ) // If the block size is not changed in MEMResizeForMBlockFrmHeap()
806 if ( newSize > oldSize ) // During magnification in MEMResizeForMBlockFrmHeap()
814 FillAllocMemory( heap, pFrmHeapHd->headAllocator, newSize - oldSize ); in MEMResizeForMBlockFrmHeap()
818 FillFreeMemory( heap, endAddress, oldSize - newSize ); in MEMResizeForMBlockFrmHeap()