Home
last modified time | relevance | path

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

/RvlSDK-3.1.4/build/libraries/mem/src/
Dmem_expHeap.c1961 u32 totalBytes = 0; in MEMCheckExpHeap() local
1989totalBytes += sizeof(MEMiExpHeapMBlockHead) + pMBHead->blockSize + GetAlignmentForMBlock_(pMBHead); in MEMCheckExpHeap()
2012 totalBytes += sizeof(MEMiExpHeapMBlockHead) + pMBHead->blockSize; in MEMCheckExpHeap()
2022 if ( totalBytes != GetOffsetFromPtr(pHeapHd->heapStart, pHeapHd->heapEnd) ) in MEMCheckExpHeap()
2025 GetOffsetFromPtr(pHeapHd->heapStart, pHeapHd->heapEnd), totalBytes); in MEMCheckExpHeap()