AllocatorList specialized to allocate nodes from a bump‐pointer allocator.
Synopsis
Declared in <llvm/ADT/AllocatorList.h>
template<class T>
using BumpPtrList = AllocatorList<T, BumpPtrAllocator>;
Created with MrDocs
AllocatorList specialized to allocate nodes from a bump‐pointer allocator.
Declared in <llvm/ADT/AllocatorList.h>
template<class T>
using BumpPtrList = AllocatorList<T, BumpPtrAllocator>;
Created with MrDocs