Go to the source code of this file.
|
namespace | llvm |
| This is an optimization pass for GlobalISel generic memory operations.
|
|
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>