Home
last modified time | relevance | path

Searched refs:AllocatorType (Results 1 – 5 of 5) 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()
/external/swiftshader/third_party/LLVM/include/llvm/Support/
DRecycler.h81 template<class AllocatorType>
82 void clear(AllocatorType &Allocator) {
89 template<class SubClass, class AllocatorType>
90 SubClass *Allocate(AllocatorType &Allocator) {
100 template<class AllocatorType>
101 T *Allocate(AllocatorType &Allocator) {
105 template<class SubClass, class AllocatorType>
106 void Deallocate(AllocatorType & /*Allocator*/, SubClass* Element) {
DRecyclingAllocator.h25 template<class AllocatorType, class T,
35 AllocatorType Allocator;
59 template<class AllocatorType, class T, size_t Size, size_t Align>
61 llvm::RecyclingAllocator<AllocatorType, in new() argument
66 template<class AllocatorType, class T, size_t Size, size_t Align>
68 llvm::RecyclingAllocator<AllocatorType, in delete() argument