Bike-X
0.8
|
#include "tinyxml2.h"
Data Structures | |
struct | Block |
union | Chunk |
Public Types | |
enum | { COUNT = 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 296 of file tinyxml2.h.
struct tinyxml2::MemPoolT::Block |
Definition at line 369 of file tinyxml2.h.
Data Fields | ||
---|---|---|
Chunk | chunk[COUNT] |
union tinyxml2::MemPoolT::Chunk |
Definition at line 365 of file tinyxml2.h.
Data Fields | ||
---|---|---|
char | mem[SIZE] | |
Chunk * | next |
anonymous enum |
Enumerator | |
---|---|
COUNT |
Definition at line 362 of file tinyxml2.h.
|
inline |
Definition at line 299 of file tinyxml2.h.
|
inline |
Definition at line 300 of file tinyxml2.h.
|
inlinevirtual |
Implements tinyxml2::MemPool.
Definition at line 314 of file tinyxml2.h.
|
inline |
Definition at line 310 of file tinyxml2.h.
|
inlinevirtual |
Implements tinyxml2::MemPool.
Definition at line 337 of file tinyxml2.h.
|
inlinevirtual |
Implements tinyxml2::MemPool.
Definition at line 307 of file tinyxml2.h.
|
inlinevirtual |
Implements tinyxml2::MemPool.
Definition at line 354 of file tinyxml2.h.
|
inline |
Definition at line 349 of file tinyxml2.h.
|
inline |
Definition at line 358 of file tinyxml2.h.
|
private |
Definition at line 372 of file tinyxml2.h.
|
private |
Definition at line 375 of file tinyxml2.h.
|
private |
Definition at line 377 of file tinyxml2.h.
|
private |
Definition at line 376 of file tinyxml2.h.
|
private |
Definition at line 378 of file tinyxml2.h.
|
private |
Definition at line 373 of file tinyxml2.h.