Searched defs:AllocatorType (Results 1 – 6 of 6) sorted by relevance
49 class AllocatorType : public std::allocator<TYPE> class in DefaultAllocPolicy63 AllocatorType() throw() {} in AllocatorType() function in DefaultAllocPolicy::AllocatorType64 AllocatorType( const AllocatorType& alloc ) throw() {} in AllocatorType() function in DefaultAllocPolicy::AllocatorType65 template<typename U> AllocatorType(const AllocatorType<U>& alloc) throw(){} in AllocatorType() function in DefaultAllocPolicy::AllocatorType
64 llvm::RecyclingAllocator<AllocatorType, in new()72 llvm::RecyclingAllocator<AllocatorType, in delete()
97 void Deallocate(AllocatorType & /*Allocator*/, SubClass* Element) { in Deallocate() argument
61 llvm::RecyclingAllocator<AllocatorType, in new()68 llvm::RecyclingAllocator<AllocatorType, in delete()
99 void Deallocate(AllocatorType & /*Allocator*/, SubClass* Element) { in Deallocate() argument