|
Bridge++
Ver. 1.3.x
|
#include <tinyxml2.h>
Classes | |
| struct | Block |
| union | Chunk |
Public Types | |
| enum | { COUNT = (4*1024)/SIZE } |
Public Member Functions | |
| MemPoolT () | |
| ~MemPoolT () | |
| void | Clear () |
| 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 Member Functions | |
| MemPoolT (const MemPoolT &) | |
| void | operator= (const MemPoolT &) |
Private Attributes | |
| DynArray< Block *, 10 > | _blockPtrs |
| Chunk * | _root |
| int | _currentAllocs |
| int | _nAllocs |
| int | _maxAllocs |
| int | _nUntracked |
Definition at line 343 of file tinyxml2.h.
| anonymous enum |
| Enumerator | |
|---|---|
| COUNT | |
Definition at line 429 of file tinyxml2.h.
|
inline |
Definition at line 346 of file tinyxml2.h.
|
inline |
Definition at line 347 of file tinyxml2.h.
|
private |
|
inlinevirtual |
Implements tinyxml2::MemPool.
Definition at line 371 of file tinyxml2.h.
|
inlinevirtual |
Implements tinyxml2::MemPool.
Definition at line 351 of file tinyxml2.h.
|
inline |
Definition at line 367 of file tinyxml2.h.
|
inlinevirtual |
Implements tinyxml2::MemPool.
Definition at line 395 of file tinyxml2.h.
|
inlinevirtual |
Implements tinyxml2::MemPool.
Definition at line 364 of file tinyxml2.h.
|
private |
|
inlinevirtual |
Implements tinyxml2::MemPool.
Definition at line 412 of file tinyxml2.h.
|
inline |
Definition at line 407 of file tinyxml2.h.
|
inline |
Definition at line 416 of file tinyxml2.h.
|
private |
Definition at line 442 of file tinyxml2.h.
|
private |
Definition at line 445 of file tinyxml2.h.
|
private |
Definition at line 447 of file tinyxml2.h.
|
private |
Definition at line 446 of file tinyxml2.h.
|
private |
Definition at line 448 of file tinyxml2.h.
|
private |
Definition at line 443 of file tinyxml2.h.