#include <tinyxml2.h>
Classes | |
| struct | Block |
| union | Chunk |
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 () |
Private Attributes | |
| DynArray< Block *, 10 > | _blockPtrs |
| Chunk * | _root |
| int | _currentAllocs |
| int | _nAllocs |
| int | _maxAllocs |
| int | _nUntracked |
Definition at line 317 of file tinyxml2.h.
| anonymous enum |
| Enumerator | |
|---|---|
| COUNT | |
Definition at line 392 of file tinyxml2.h.
|
inline |
Definition at line 320 of file tinyxml2.h.
|
inline |
Definition at line 321 of file tinyxml2.h.
|
inlinevirtual |
Implements tinyxml2::MemPool.
Definition at line 335 of file tinyxml2.h.
|
inline |
Definition at line 331 of file tinyxml2.h.
|
inlinevirtual |
Implements tinyxml2::MemPool.
Definition at line 358 of file tinyxml2.h.
|
inlinevirtual |
Implements tinyxml2::MemPool.
Definition at line 328 of file tinyxml2.h.
|
inlinevirtual |
Implements tinyxml2::MemPool.
Definition at line 375 of file tinyxml2.h.
|
inline |
Definition at line 370 of file tinyxml2.h.
|
inline |
Definition at line 379 of file tinyxml2.h.
|
private |
Definition at line 402 of file tinyxml2.h.
Referenced by tinyxml2::MemPoolT< sizeof(tinyxml2::XMLElement) >::Alloc(), tinyxml2::MemPoolT< sizeof(tinyxml2::XMLElement) >::Trace(), and tinyxml2::MemPoolT< sizeof(tinyxml2::XMLElement) >::~MemPoolT().
|
private |
Definition at line 405 of file tinyxml2.h.
Referenced by tinyxml2::MemPoolT< sizeof(tinyxml2::XMLElement) >::Alloc(), tinyxml2::MemPoolT< sizeof(tinyxml2::XMLElement) >::CurrentAllocs(), tinyxml2::MemPoolT< sizeof(tinyxml2::XMLElement) >::Free(), and tinyxml2::MemPoolT< sizeof(tinyxml2::XMLElement) >::Trace().
|
private |
Definition at line 407 of file tinyxml2.h.
Referenced by tinyxml2::MemPoolT< sizeof(tinyxml2::XMLElement) >::Alloc(), and tinyxml2::MemPoolT< sizeof(tinyxml2::XMLElement) >::Trace().
|
private |
Definition at line 406 of file tinyxml2.h.
Referenced by tinyxml2::MemPoolT< sizeof(tinyxml2::XMLElement) >::Alloc(), and tinyxml2::MemPoolT< sizeof(tinyxml2::XMLElement) >::Trace().
|
private |
Definition at line 408 of file tinyxml2.h.
Referenced by tinyxml2::MemPoolT< sizeof(tinyxml2::XMLElement) >::Alloc(), tinyxml2::MemPoolT< sizeof(tinyxml2::XMLElement) >::SetTracked(), and tinyxml2::MemPoolT< sizeof(tinyxml2::XMLElement) >::Untracked().
|
private |
Definition at line 403 of file tinyxml2.h.
Referenced by tinyxml2::MemPoolT< sizeof(tinyxml2::XMLElement) >::Alloc(), and tinyxml2::MemPoolT< sizeof(tinyxml2::XMLElement) >::Free().