Lines Matching refs:heapStart
529 region.start = pHeapHd->heapStart; in InitHeap()
851 if ( NNSiGetUIntPtr(pMBHead) < NNSiGetUIntPtr(pHeapHd->heapStart) in CheckMBlock()
856 heapType, memBlock, pHeapHd->heapStart, pHeapHd->heapEnd); in CheckMBlock()
1190 … u32 heapSize = GetOffsetFromPtr(pHeapHd->heapStart, pHeapHd->heapEnd); // ヒープサイズ(データ領域のサイズ) in NNSi_FndDumpHeap()
1446 NN_TASSERT_(pHeapHd->heapStart <= memBlock && memBlock < pHeapHd->heapEnd); in FreeToHeap()
1818 return MakeMemoryRange(heap->heapStart, 0); in AdjustHeap()
1822 if ( pMBlkHd != heap->heapStart ) in AdjustHeap()
1824 return MakeMemoryRange(heap->heapStart, 0); in AdjustHeap()
1831 pHeapHd->heapStart = AddU32ToPtr( pHeapHd->heapStart, blockSize ); in AdjustHeap()
1833 return MakeMemoryRange(pHeapHd->heapStart, blockSize); in AdjustHeap()
1919 if (totalBytes != GetOffsetFromPtr(pHeapHd->heapStart, pHeapHd->heapEnd)) in CheckHeap()
1922 GetOffsetFromPtr(pHeapHd->heapStart, pHeapHd->heapEnd), totalBytes); in CheckHeap()