![]() |
Virtual Belgium
2.0
A micro-simulation platform for the Belgian population
|
#include <tinyxml2.hpp>
Classes | |
| struct | Block |
| union | Chunk |
Public Member Functions | |
| MemPoolT () | |
| ~MemPoolT () | |
| virtual int | ItemSize () const |
| int | CurrentAllocs () const |
| virtual void * | Alloc () |
| virtual void | Free (void *mem) |
| void | Trace (const char *name) |
Public Member Functions inherited from tinyxml2::MemPool | |
| MemPool () | |
| virtual | ~MemPool () |
Private Types | |
| enum | { COUNT = 1024/SIZE } |
Private Attributes | |
| DynArray< Block *, 10 > | blockPtrs |
| Chunk * | root |
| int | currentAllocs |
| int | nAllocs |
| int | maxAllocs |
|
inline |
|
inline |
|
inlinevirtual |
Implements tinyxml2::MemPool.
|
inline |
|
inlinevirtual |
Implements tinyxml2::MemPool.
|
inlinevirtual |
Implements tinyxml2::MemPool.
|
inline |
|
private |
|
private |
|
private |
|
private |
|
private |