Home
last modified time | relevance | path

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

/CTR-SDK-4.2.5/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()