LLVM API Documentation

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Classes | Namespaces | Functions
RecyclingAllocator.h File Reference
#include "llvm/Support/Recycler.h"
Include dependency graph for RecyclingAllocator.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  llvm::RecyclingAllocator< AllocatorType, T, Size, Align >
 

Namespaces

 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)
 

Function Documentation

template<class AllocatorType , class T , size_t Size, size_t Align>
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.

template<class AllocatorType , class T , size_t Size, size_t Align>
void* operator new ( size_t  size,
llvm::RecyclingAllocator< AllocatorType, T, Size, Align > &  Allocator 
)
inline

Definition at line 63 of file RecyclingAllocator.h.