Home
last modified time | relevance | path

Searched refs:AllocatorType (Results 1 – 3 of 3) sorted by relevance

/external/llvm/include/llvm/Support/
DRecycler.h66 template<class AllocatorType>
67 void clear(AllocatorType &Allocator) { in clear()
81 template<class SubClass, class AllocatorType>
82 SubClass *Allocate(AllocatorType &Allocator) { in Allocate()
91 template<class AllocatorType>
92 T *Allocate(AllocatorType &Allocator) { in Allocate()
96 template<class SubClass, class AllocatorType>
97 void Deallocate(AllocatorType & /*Allocator*/, SubClass* Element) { in Deallocate() argument
DRecyclingAllocator.h25 template<class AllocatorType, class T,
35 AllocatorType Allocator;
62 template<class AllocatorType, class T, size_t Size, size_t Align>
64 llvm::RecyclingAllocator<AllocatorType, in new() argument
70 template<class AllocatorType, class T, size_t Size, size_t Align>
72 llvm::RecyclingAllocator<AllocatorType, in delete() argument
DArrayRecycler.h102 template<class AllocatorType>
103 void clear(AllocatorType &Allocator) { in clear()
123 template<class AllocatorType>
124 T *allocate(Capacity Cap, AllocatorType &Allocator) { in allocate()