#include <tinyxml2.h>
Classes | |
struct | Block |
union | Chunk |
Public Types | |
enum | { COUNT = (4*1024)/SIZE } |
Public Member Functions | |
virtual void * | Alloc () |
void | Clear () |
int | CurrentAllocs () const |
virtual void | Free (void *mem) |
virtual int | ItemSize () const |
MemPoolT () | |
void | SetTracked () |
void | Trace (const char *name) |
int | Untracked () const |
~MemPoolT () | |
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 |
int | _currentAllocs |
int | _maxAllocs |
int | _nAllocs |
int | _nUntracked |
Chunk * | _root |
Definition at line 316 of file tinyxml2.h.
anonymous enum |
Enumerator | |
---|---|
COUNT |
Definition at line 402 of file tinyxml2.h.
|
inline |
Definition at line 319 of file tinyxml2.h.
|
inline |
Definition at line 320 of file tinyxml2.h.
|
private |
|
inlinevirtual |
Implements tinyxml2::MemPool.
Definition at line 344 of file tinyxml2.h.
|
inlinevirtual |
Implements tinyxml2::MemPool.
Definition at line 324 of file tinyxml2.h.
|
inline |
Definition at line 340 of file tinyxml2.h.
|
inlinevirtual |
Implements tinyxml2::MemPool.
Definition at line 368 of file tinyxml2.h.
|
inlinevirtual |
Implements tinyxml2::MemPool.
Definition at line 337 of file tinyxml2.h.
|
private |
|
inlinevirtual |
Implements tinyxml2::MemPool.
Definition at line 385 of file tinyxml2.h.
|
inline |
Definition at line 380 of file tinyxml2.h.
|
inline |
Definition at line 389 of file tinyxml2.h.
|
private |
Definition at line 415 of file tinyxml2.h.
|
private |
Definition at line 418 of file tinyxml2.h.
|
private |
Definition at line 420 of file tinyxml2.h.
|
private |
Definition at line 419 of file tinyxml2.h.
|
private |
Definition at line 421 of file tinyxml2.h.
|
private |
Definition at line 416 of file tinyxml2.h.