Searched refs:AllocateByOrder (Results 1 – 3 of 3) sorted by relevance
114 …if(m_pPages != reinterpret_cast<Page*>(AllocateByOrder(GetNearestHigherOrder(DivUp<PAGE_SIZE>(mana… in Initialize()132 void* AllocateByOrder(s32 order) in AllocateByOrder() function635 void* AllocateByOrder(s32 order) in AllocateByOrder() function638 return Base::AllocateByOrder(order); in AllocateByOrder()716 void* p = m_Heap->AllocateByOrder(order);
231 if (void* p = m_Buddy.AllocateByOrder(order)) in AllocateBuffer()
102 …if(m_pPages != reinterpret_cast<Page*>(AllocateByOrder(GetNearestHigherOrder(DivUp<PAGE_SIZE>(mana… in Initialize()109 void* AllocateByOrder(s32 order) in AllocateByOrder() function465 void* AllocateByOrder(s32 order) in AllocateByOrder() function468 return Base::AllocateByOrder(order); in AllocateByOrder()