LLVM: include/llvm/Support/RecyclingAllocator.h File Reference (original) (raw)
Go to the source code of this file.
| Namespaces | |
|---|---|
| namespace | llvm |
| This is an optimization pass for GlobalISel generic memory operations. |
| Functions | |
|---|---|
| template<class AllocatorType, class T, size_t Size, size_t Align> | |
| void * | operator new (size_t size, llvm::RecyclingAllocator< AllocatorType, T, Size, Align > &Allocator) |
| template<class AllocatorType, class T, size_t Size, size_t Align> | |
| void | operator delete (void *E, llvm::RecyclingAllocator< AllocatorType, T, Size, Align > &A) |
◆ operator delete()
template<class AllocatorType, class T, size_t Size, size_t Align>
◆ operator new()
template<class AllocatorType, class T, size_t Size, size_t Align>