OpenCV
3.2.0
Open Source Computer Vision
|
#include "tinyxml2.h"
Public Types | |
enum | { COUNT = (4*1024)/SIZE } |
Public Member Functions | |
MemPoolT () | |
~MemPoolT () | |
virtual void * | Alloc () |
int | CurrentAllocs () const |
virtual void | Free (void *mem) |
virtual int | ItemSize () const |
void | SetTracked () |
void | Trace (const char *name) |
int | Untracked () const |
Public Member Functions inherited from tinyxml2::MemPool | |
MemPool () | |
virtual | ~MemPool () |
tinyxml2::MemPoolT< SIZE >::MemPoolT | ( | ) |
tinyxml2::MemPoolT< SIZE >::~MemPoolT | ( | ) |
|
virtual |
Implements tinyxml2::MemPool.
int tinyxml2::MemPoolT< SIZE >::CurrentAllocs | ( | ) | const |
|
virtual |
Implements tinyxml2::MemPool.
|
virtual |
Implements tinyxml2::MemPool.
|
virtual |
Implements tinyxml2::MemPool.
void tinyxml2::MemPoolT< SIZE >::Trace | ( | const char * | name | ) |
int tinyxml2::MemPoolT< SIZE >::Untracked | ( | ) | const |