Home
last modified time | relevance | path

Searched defs:Allocator (Results 1 – 6 of 6) sorted by relevance

/CTR-SDK-2.4.0/include/nn/fnd/
Dfnd_WaitableUnitHeap.h156 class Allocator; variable
165 Allocator(WaitableUnitHeap& heap) : m_Heap(&heap) {} in Allocator() function
167 Allocator() : m_Heap(0) {} in Allocator() function
Dfnd_UnitHeap.h405 class Allocator; variable
422 Allocator(UnitHeapTemplate<LockPolicy>& heap) : m_Heap(&heap) {} in Allocator() function
427 Allocator() : m_Heap(0) {} in Allocator() function
Dfnd_Allocator.h85 template <class U> StdAllocatorAdapter(const StdAllocatorAdapter<Allocator, U, Tag>&) throw() {} in StdAllocatorAdapter()
115 …template <class U> StdUnitAllocatorAdapter(const StdUnitAllocatorAdapter<Allocator, U, Tag>&) thro… in StdUnitAllocatorAdapter()
Dfnd_BuddyHeap.h653 class Allocator; variable
664 Allocator(BuddyHeap& heap) : m_Heap(0) { Initialize(heap); } in Allocator() function
669 Allocator() : m_Heap(0) {} in Allocator() function
Dfnd_ExpHeap.h502 class Allocator; variable
527 Allocator() : m_Heap(0) {} in Allocator() function
/CTR-SDK-2.4.0/include/nn/net/osl/
Dosl_BuddyHeap.h484 class Allocator; variable
495 Allocator(BuddyHeap& heap) : m_Heap(0) { Initialize(heap); } in Allocator() function
500 Allocator() : m_Heap(0) {} in Allocator() function