#include <FastAllocator.h>
Definition at line 211 of file FastAllocator.h.
◆ FastFixedAllocator()
| WWINLINE FastFixedAllocator::FastFixedAllocator |
( |
unsigned int | n = 0 | ) |
|
◆ ~FastFixedAllocator()
| WWINLINE FastFixedAllocator::~FastFixedAllocator |
( |
| ) |
|
◆ Alloc()
| WWINLINE void * FastFixedAllocator::Alloc |
( |
| ) |
|
◆ Free()
| WWINLINE void FastFixedAllocator::Free |
( |
void * | pAlloc | ) |
|
◆ Get_Allocated_Size()
| unsigned FastFixedAllocator::Get_Allocated_Size |
( |
| ) |
const |
|
inline |
◆ Get_Allocation_Count()
| unsigned FastFixedAllocator::Get_Allocation_Count |
( |
| ) |
const |
|
inline |
◆ Get_Heap_Size()
| unsigned FastFixedAllocator::Get_Heap_Size |
( |
| ) |
const |
|
inline |
◆ grow()
| WWINLINE void FastFixedAllocator::grow |
( |
| ) |
|
|
protected |
◆ Init()
| WWINLINE void FastFixedAllocator::Init |
( |
unsigned int | n | ) |
|
◆ chunks
| Chunk* FastFixedAllocator::chunks |
|
protected |
◆ esize
| unsigned int FastFixedAllocator::esize |
|
protected |
◆ head
| Link* FastFixedAllocator::head |
|
protected |
◆ TotalAllocatedSize
| unsigned FastFixedAllocator::TotalAllocatedSize |
|
protected |
◆ TotalAllocationCount
| unsigned FastFixedAllocator::TotalAllocationCount |
|
protected |
◆ TotalHeapSize
| unsigned FastFixedAllocator::TotalHeapSize |
|
protected |
The documentation for this class was generated from the following file: