Home
last modified time | relevance | path

Searched refs:AllocateByOrder (Results 1 – 3 of 3) sorted by relevance

/CTR-SDK-0.14.23/CTR_SDK-0_14_23-20110107-en/CTR_SDK/include/nn/fnd/
Dfnd_BuddyHeap.h114 …if(m_pPages != reinterpret_cast<Page*>(AllocateByOrder(GetNearestHigherOrder(DivUp<PAGE_SIZE>(mana… in Initialize()
132 void* AllocateByOrder(s32 order) in AllocateByOrder() function
635 void* AllocateByOrder(s32 order) in AllocateByOrder() function
638 return Base::AllocateByOrder(order); in AllocateByOrder()
716 void* p = m_Heap->AllocateByOrder(order);
Dfnd_BufferManager.h231 if (void* p = m_Buddy.AllocateByOrder(order)) in AllocateBuffer()
/CTR-SDK-0.14.23/CTR_SDK-0_14_23-20110107-en/CTR_SDK/include/nn/net/osl/
Dosl_BuddyHeap.h102 …if(m_pPages != reinterpret_cast<Page*>(AllocateByOrder(GetNearestHigherOrder(DivUp<PAGE_SIZE>(mana… in Initialize()
109 void* AllocateByOrder(s32 order) in AllocateByOrder() function
465 void* AllocateByOrder(s32 order) in AllocateByOrder() function
468 return Base::AllocateByOrder(order); in AllocateByOrder()