Searched defs:Allocator (Results 1 – 7 of 7) sorted by relevance
156 class Allocator; variable165 Allocator(WaitableUnitHeap& heap) : m_Heap(&heap) {} in Allocator() function167 Allocator() : m_Heap(0) {} in Allocator() function
379 class Allocator; variable396 Allocator(UnitHeapTemplate<LockPolicy>& heap) : m_Heap(&heap) {} in Allocator() function401 Allocator() : m_Heap(0) {} in Allocator() function
83 template <class U> StdAllocatorAdapter(const StdAllocatorAdapter<Allocator, U, Tag>&) throw() {} in StdAllocatorAdapter()113 …template <class U> StdUnitAllocatorAdapter(const StdUnitAllocatorAdapter<Allocator, U, Tag>&) thro… in StdUnitAllocatorAdapter()
653 class Allocator; variable664 Allocator(BuddyHeap& heap) : m_Heap(0) { Initialize(heap); } in Allocator() function669 Allocator() : m_Heap(0) {} in Allocator() function
502 class Allocator; variable527 Allocator() : m_Heap(0) {} in Allocator() function
650 class Allocator; variable660 Allocator(BuddyHeap& heap) : m_Heap(0) { Initialize(heap); } in Allocator() function665 Allocator() : m_Heap(0) {} in Allocator() function
484 class Allocator; variable495 Allocator(BuddyHeap& heap) : m_Heap(0) { Initialize(heap); } in Allocator() function500 Allocator() : m_Heap(0) {} in Allocator() function