llvm::MallocAllocator Class Reference
#include <Allocator.h>
List of all members.
Constructor & Destructor Documentation
llvm::MallocAllocator::MallocAllocator |
( |
|
) |
[inline] |
llvm::MallocAllocator::~MallocAllocator |
( |
|
) |
[inline] |
Member Function Documentation
template<typename T >
T* llvm::MallocAllocator::Allocate |
( |
size_t |
Num |
) |
[inline] |
template<typename T >
T* llvm::MallocAllocator::Allocate |
( |
|
) |
[inline] |
void* llvm::MallocAllocator::Allocate |
( |
size_t |
Size, |
|
|
size_t |
| |
|
) |
| | [inline] |
void llvm::MallocAllocator::Deallocate |
( |
const void * |
Ptr |
) |
[inline] |
void llvm::MallocAllocator::PrintStats |
( |
|
) |
const [inline] |
void llvm::MallocAllocator::Reset |
( |
|
) |
[inline] |
The documentation for this class was generated from the following file: