#include <FastAllocator.h>
Public Types | |
| enum | { size = 8*1024-16 } |
Public Attributes | |
| Chunk * | next |
| char | mem [size] |
Definition at line 231 of file FastAllocator.h.
| anonymous enum |
| Enumerator | |
|---|---|
| size | |
Definition at line 233 of file FastAllocator.h.
| char FastFixedAllocator::Chunk::mem[size] |
Definition at line 238 of file FastAllocator.h.
| Chunk* FastFixedAllocator::Chunk::next |
Definition at line 237 of file FastAllocator.h.