|
SO3Engine
|
#include <tinyxml2.h>
Public Types | |
| enum | { COUNT = (4*1024)/SIZE } |
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) |
| void | SetTracked () |
| int | Untracked () const |
Public Member Functions inherited from tinyxml2::MemPool | |
| MemPool () | |
| virtual | ~MemPool () |
Definition at line 324 of file tinyxml2.h.
| anonymous enum |
| Enumerator | |
|---|---|
| COUNT | |
Definition at line 399 of file tinyxml2.h.
|
inline |
Definition at line 327 of file tinyxml2.h.
|
inline |
Definition at line 328 of file tinyxml2.h.
|
inlinevirtual |
Implements tinyxml2::MemPool.
Definition at line 342 of file tinyxml2.h.
|
inline |
Definition at line 338 of file tinyxml2.h.
|
inlinevirtual |
Implements tinyxml2::MemPool.
Definition at line 365 of file tinyxml2.h.
|
inlinevirtual |
Implements tinyxml2::MemPool.
Definition at line 335 of file tinyxml2.h.
|
inlinevirtual |
Implements tinyxml2::MemPool.
Definition at line 382 of file tinyxml2.h.
|
inline |
Definition at line 377 of file tinyxml2.h.
|
inline |
Definition at line 386 of file tinyxml2.h.