Searched defs:Allocator (Results 1 – 6 of 6) 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
85 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()
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
484 class Allocator; variable495 Allocator(BuddyHeap& heap) : m_Heap(0) { Initialize(heap); } in Allocator() function500 Allocator() : m_Heap(0) {} in Allocator() function