Searched refs:totalBytes (Results 1 – 1 of 1) sorted by relevance
1863 u32 totalBytes = 0; in CheckHeap() local1889 …totalBytes += 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()