Lines Matching refs:heapEnd
530 region.end = pHeapHd->heapEnd; in InitHeap()
852 || NNSiGetUIntPtr(memBlock) > NNSiGetUIntPtr(pHeapHd->heapEnd) in CheckMBlock()
856 heapType, memBlock, pHeapHd->heapStart, pHeapHd->heapEnd); in CheckMBlock()
870 if (NNSiGetUIntPtr(memBlock) + pMBHead->blockSize > NNSiGetUIntPtr(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()
1789 return MakeMemoryRange(heap->heapEnd, 0); in AdjustHeap()
1796 if ( pMBlkEnd != heap->heapEnd ) in AdjustHeap()
1798 return MakeMemoryRange(heap->heapEnd, 0); in AdjustHeap()
1805 pHeapHd->heapEnd = SubU32ToPtr( pHeapHd->heapEnd, blockSize ); in AdjustHeap()
1807 return MakeMemoryRange(pHeapHd->heapEnd, blockSize); in AdjustHeap()
1838 return MakeMemoryRange(heap->heapEnd, 0); in AdjustHeap()
1919 if (totalBytes != GetOffsetFromPtr(pHeapHd->heapStart, pHeapHd->heapEnd)) in CheckHeap()
1922 GetOffsetFromPtr(pHeapHd->heapStart, pHeapHd->heapEnd), totalBytes); in CheckHeap()