Home
last modified time | relevance | path

Searched defs:AllocatorType (Results 1 – 6 of 6) sorted by relevance

/external/antlr/runtime/Cpp/include/
Dantlr3memory.hpp49 class AllocatorType : public std::allocator<TYPE> class in DefaultAllocPolicy
63 AllocatorType() throw() {} in AllocatorType() function in DefaultAllocPolicy::AllocatorType
64 AllocatorType( const AllocatorType& alloc ) throw() {} in AllocatorType() function in DefaultAllocPolicy::AllocatorType
65 template<typename U> AllocatorType(const AllocatorType<U>& alloc) throw(){} in AllocatorType() function in DefaultAllocPolicy::AllocatorType
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DRecyclingAllocator.h63 llvm::RecyclingAllocator<AllocatorType, in new()
71 llvm::RecyclingAllocator<AllocatorType, in delete()
DRecycler.h98 void Deallocate(AllocatorType & /*Allocator*/, SubClass* Element) { in Deallocate() argument
/external/llvm/include/llvm/Support/
DRecyclingAllocator.h64 llvm::RecyclingAllocator<AllocatorType, in new()
72 llvm::RecyclingAllocator<AllocatorType, in delete()
DRecycler.h97 void Deallocate(AllocatorType & /*Allocator*/, SubClass* Element) { in Deallocate() argument
/external/cronet/base/allocator/partition_allocator/
Dpartition_alloc_perftest.cc67 enum class AllocatorType { enum