Home
last modified time | relevance | path

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

/CTR-SDK-0.14.4/sources/libraries/fnd/detail/
Dfnd_DetailHeap.cpp1863 u32 totalBytes = 0; in CheckHeap() local
1889totalBytes += sizeof(NNSiFndExpHeapMBlockHead) + pMBHead->blockSize + GetAlignmentForMBlock(pMBHea… in CheckHeap()
1910 totalBytes += sizeof(NNSiFndExpHeapMBlockHead) + pMBHead->blockSize; in CheckHeap()
1919 if (totalBytes != GetOffsetFromPtr(pHeapHd->heapStart, pHeapHd->heapEnd)) in CheckHeap()
1922 GetOffsetFromPtr(pHeapHd->heapStart, pHeapHd->heapEnd), totalBytes); in CheckHeap()