LLVM API Documentation
#include "llvm/Support/Recycler.h"
Go to the source code of this file.
Classes | |
class | llvm::RecyclingAllocator< AllocatorType, T, Size, Align > |
Namespaces | |
namespace | llvm |
List of target independent CodeGen pass IDs. | |
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) |
void operator delete | ( | void * | E, |
llvm::RecyclingAllocator< AllocatorType, T, Size, Align > & | A | ||
) | [inline] |
Definition at line 71 of file RecyclingAllocator.h.
References llvm::ARM_PROC::A.
void* operator new | ( | size_t | size, |
llvm::RecyclingAllocator< AllocatorType, T, Size, Align > & | Allocator | ||
) | [inline] |
Definition at line 63 of file RecyclingAllocator.h.