Home
last modified time | relevance | path

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

/CTR-SDK-4.2.5/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.h409 class Allocator; variable
426 Allocator(UnitHeapTemplate<LockPolicy>& heap) : m_Heap(&heap) {} in Allocator() function
431 Allocator() : m_Heap(0) {} in Allocator() function
Dfnd_Allocator.h88 template <class U> StdAllocatorAdapter(const StdAllocatorAdapter<Allocator, U, Tag>&) throw() {} in StdAllocatorAdapter()
118 …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.h506 class Allocator; variable
531 Allocator() : m_Heap(0) {} in Allocator() function