Home
last modified time | relevance | path

Searched refs:reuse (Results 1 – 5 of 5) sorted by relevance

/CTR-SDK-1.0.0/CTR_SDK/include/nn/fnd/
Dfnd_ExpHeap.h132 …_ALIGNMENT, bit8 groupId = 0, AllocationMode mode = ALLOCATION_MODE_FIRST_FIT, bool reuse = false);
315 …T_ALIGNMENT, bit8 groupId = 0, AllocationMode mode = ALLOCATION_MODE_FIRST_FIT, bool reuse = false)
318 return Base::Allocate(byteSize, alignment, groupId, mode, reuse);
522 …pHeapBase::ALLOCATION_MODE_FIRST_FIT, bool reuse = false) : m_Heap(0) { Initialize(heap, groupId, …
537 …bit8 groupId = 0, AllocationMode mode = ExpHeapBase::ALLOCATION_MODE_FIRST_FIT, bool reuse = false)
543 this->m_Reuse = reuse;
608 void SetUseMarginOfAlignment(bool reuse) { m_Reuse = reuse; } in SetUseMarginOfAlignment() argument
/CTR-SDK-1.0.0/CTR_SDK/include/nn/fnd/detail/
Dfnd_DetailHeapHead.h86 bool reuse; // アラインメントの際に発生する隙間の領域を再利用するかどうか member
/CTR-SDK-1.0.0/CTR_SDK/sources/libraries/fnd/
Dfnd_ExpHeap.cpp55 …xpHeapBase::Allocate(size_t byteSize, s32 alignment, bit8 groupId, AllocationMode mode, bool reuse) in Allocate() argument
59 detail::UseMarginOfAlignmentForHeap(&m_ExpHeapImpl, reuse); in Allocate()
/CTR-SDK-1.0.0/CTR_SDK/sources/libraries/fnd/detail/
Dfnd_DetailHeap.h381 bool reuse);
Dfnd_DetailHeap.cpp578 (direction == NN_OS_EXPHEAP_ALLOC_DIR_FRONT && !pEHHead->reuse)) in AllocUsedBlockFromFreeBlock()
589 (direction == NN_OS_EXPHEAP_ALLOC_DIR_REAR && !pEHHead->reuse)) in AllocUsedBlockFromFreeBlock()
1605 UseMarginOfAlignmentForHeap(Heap heap, bool reuse) in UseMarginOfAlignmentForHeap() argument
1613 before = pEHHead->reuse; in UseMarginOfAlignmentForHeap()
1614 pEHHead->reuse = reuse; in UseMarginOfAlignmentForHeap()