#include <FastAllocator.h>
Public Member Functions | |
| StackAllocator () | |
| ~StackAllocator () | |
| T * | New (unsigned nCount) |
| void | Delete (T *pT) |
Protected Attributes | |
| int | mnAllocCount |
| T * | mpTHeap |
| char | mTArray [nStackCount *sizeof(T)] |
Definition at line 137 of file FastAllocator.h.
|
inline |
Definition at line 139 of file FastAllocator.h.
|
inline |
Definition at line 140 of file FastAllocator.h.
|
inline |
Definition at line 177 of file FastAllocator.h.
|
inline |
Definition at line 157 of file FastAllocator.h.
|
protected |
Definition at line 199 of file FastAllocator.h.
|
protected |
Definition at line 200 of file FastAllocator.h.
|
protected |
Definition at line 201 of file FastAllocator.h.