Home
last modified time | relevance | path

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

/CTR-SDK-0.14.23/CTR_SDK-0_14_23-20110107-en/CTR_SDK/sources/libraries/fnd/detail/
Dfnd_DetailHeapCommon.cpp85 if ( NNSiGetUIntPtr(pHeapHd->heapStart) <= NNSiGetUIntPtr(memBlock) in FindContainHeap()
170 void* heapStart, in NNSi_FndInitHeapHead() argument
177 pHeapHd->heapStart = heapStart; in NNSi_FndInitHeapHead()
185 heapStart, in NNSi_FndInitHeapHead()
186 GetOffsetFromPtr(heapStart, heapEnd)); in NNSi_FndInitHeapHead()
Dfnd_DetailHeapCommon.h115 return ((s32)(heap->heapEnd) - (s32)(heap->heapStart)); in GetHeapTotalSize()
132 ((void*)(((nn::fnd::detail::NNSiFndHeapHead*)(heap))->heapStart))
Dfnd_DetailHeap.cpp529 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()
[all …]
Dfnd_DetailHeapCommonImpl.h259 void* heapStart,
/CTR-SDK-0.14.23/CTR_SDK-0_14_23-20110107-en/CTR_SDK/include/nn/fnd/detail/
Dfnd_DetailHeapHead.h99 void* heapStart; // ヒープ先頭アドレス member
/CTR-SDK-0.14.23/CTR_SDK-0_14_23-20110107-en/CTR_SDK/sources/libraries/fnd/
Dfnd_ExpHeap.cpp23 return reinterpret_cast<uptr>(m_ExpHeapImpl.heapStart) <= reinterpret_cast<uptr>(addr) in HasAddress()