|
ReactOS 0.4.16-dev-1946-g52006dd
|
#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 () |
| virtual int | ItemSize () const =0 |
| virtual void * | Alloc ()=0 |
| virtual void | Free (void *)=0 |
| virtual void | SetTracked ()=0 |
| virtual void | Clear ()=0 |
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 315 of file tinyxml2.h.
| Enumerator | |
|---|---|
| COUNT | |
Definition at line 401 of file tinyxml2.h.
|
inline |
Definition at line 318 of file tinyxml2.h.
|
inline |
Definition at line 319 of file tinyxml2.h.
|
inlinevirtual |
Implements tinyxml2::MemPool.
Definition at line 343 of file tinyxml2.h.
|
inlinevirtual |
Implements tinyxml2::MemPool.
Definition at line 323 of file tinyxml2.h.
Referenced by tinyxml2::MemPoolT< SIZE >::~MemPoolT().
|
inline |
Definition at line 339 of file tinyxml2.h.
|
inlinevirtual |
Implements tinyxml2::MemPool.
Definition at line 367 of file tinyxml2.h.
|
inlinevirtual |
Implements tinyxml2::MemPool.
Definition at line 336 of file tinyxml2.h.
|
private |
|
inlinevirtual |
Implements tinyxml2::MemPool.
Definition at line 384 of file tinyxml2.h.
Definition at line 379 of file tinyxml2.h.
|
inline |
Definition at line 388 of file tinyxml2.h.
|
private |
Definition at line 414 of file tinyxml2.h.
Referenced by tinyxml2::MemPoolT< SIZE >::Alloc(), tinyxml2::MemPoolT< SIZE >::Clear(), and tinyxml2::MemPoolT< SIZE >::Trace().
|
private |
Definition at line 417 of file tinyxml2.h.
Referenced by tinyxml2::MemPoolT< SIZE >::Alloc(), tinyxml2::MemPoolT< SIZE >::Clear(), tinyxml2::MemPoolT< SIZE >::CurrentAllocs(), tinyxml2::MemPoolT< SIZE >::Free(), and tinyxml2::MemPoolT< SIZE >::Trace().
|
private |
Definition at line 419 of file tinyxml2.h.
Referenced by tinyxml2::MemPoolT< SIZE >::Alloc(), tinyxml2::MemPoolT< SIZE >::Clear(), and tinyxml2::MemPoolT< SIZE >::Trace().
|
private |
Definition at line 418 of file tinyxml2.h.
Referenced by tinyxml2::MemPoolT< SIZE >::Alloc(), tinyxml2::MemPoolT< SIZE >::Clear(), and tinyxml2::MemPoolT< SIZE >::Trace().
|
private |
Definition at line 420 of file tinyxml2.h.
Referenced by tinyxml2::MemPoolT< SIZE >::Alloc(), tinyxml2::MemPoolT< SIZE >::Clear(), tinyxml2::MemPoolT< SIZE >::SetTracked(), and tinyxml2::MemPoolT< SIZE >::Untracked().
|
private |
Definition at line 415 of file tinyxml2.h.
Referenced by tinyxml2::MemPoolT< SIZE >::Alloc(), and tinyxml2::MemPoolT< SIZE >::Free().