Searched refs:AllocatorBase (Results 1 - 1 of 1) sorted by relevance

/external/llvm/include/llvm/Support/
H A DAllocator.h17 /// AllocatorBase.
42 template <typename DerivedT> class AllocatorBase { class in namespace:llvm
48 static_assert(static_cast<void *(AllocatorBase::*)(size_t, size_t)>(
49 &AllocatorBase::Allocate) !=
52 "Class derives from AllocatorBase without implementing the "
62 static_assert(static_cast<void (AllocatorBase::*)(const void *, size_t)>(
63 &AllocatorBase::Deallocate) !=
66 "Class derives from AllocatorBase without implementing the "
89 class MallocAllocator : public AllocatorBase<MallocAllocator> {
99 using AllocatorBase<MallocAllocato
[all...]

Completed in 89 milliseconds