reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

include/llvm/Support/RecyclingAllocator.h
   24 template <class AllocatorType, class T, size_t Size = sizeof(T),
   25           size_t Align = alignof(T)>
   30   Recycler<T, Size, Align> Base;
   45   T *Allocate() { return Base.Allocate(Allocator); }