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/ |
| D | fnd_DetailHeapCommon.cpp | 85 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()
|
| D | fnd_DetailHeapCommon.h | 115 return ((s32)(heap->heapEnd) - (s32)(heap->heapStart)); in GetHeapTotalSize() 132 ((void*)(((nn::fnd::detail::NNSiFndHeapHead*)(heap))->heapStart))
|
| D | fnd_DetailHeap.cpp | 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() [all …]
|
| D | fnd_DetailHeapCommonImpl.h | 259 void* heapStart,
|
| /CTR-SDK-0.14.23/CTR_SDK-0_14_23-20110107-en/CTR_SDK/include/nn/fnd/detail/ |
| D | fnd_DetailHeapHead.h | 99 void* heapStart; // ヒープ先頭アドレス member
|
| /CTR-SDK-0.14.23/CTR_SDK-0_14_23-20110107-en/CTR_SDK/sources/libraries/fnd/ |
| D | fnd_ExpHeap.cpp | 23 return reinterpret_cast<uptr>(m_ExpHeapImpl.heapStart) <= reinterpret_cast<uptr>(addr) in HasAddress()
|