Searched refs:AllocatorType (Results 1 – 5 of 5) sorted by relevance
/external/llvm/include/llvm/Support/ |
D | Recycler.h | 66 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
|
D | RecyclingAllocator.h | 25 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
|
D | ArrayRecycler.h | 102 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/ |
D | Recycler.h | 81 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) {
|
D | RecyclingAllocator.h | 25 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
|