Analysis Software
Documentation for sPHENIX simulation software
|
#include <JETSCAPE/blob/main/external_packages/tinyxml2.h>
Classes | |
struct | Block |
union | Item |
Public Types | |
enum | { ITEMS_PER_BLOCK = (4 * 1024) / ITEM_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 |
Item * | _root |
int | _currentAllocs |
int | _nAllocs |
int | _maxAllocs |
int | _nUntracked |
Definition at line 325 of file tinyxml2.h.
View newest version in sPHENIX GitHub at line 325 of file tinyxml2.h
anonymous enum |
Definition at line 416 of file tinyxml2.h.
View newest version in sPHENIX GitHub at line 416 of file tinyxml2.h
|
inline |
Definition at line 328 of file tinyxml2.h.
View newest version in sPHENIX GitHub at line 328 of file tinyxml2.h
|
inline |
Definition at line 329 of file tinyxml2.h.
View newest version in sPHENIX GitHub at line 329 of file tinyxml2.h
|
private |
|
inlinevirtual |
Implements tinyxml2::MemPool.
Definition at line 353 of file tinyxml2.h.
View newest version in sPHENIX GitHub at line 353 of file tinyxml2.h
Referenced by tinyxml2::XMLElement::CreateAttribute(), tinyxml2::XMLDocument::Identify(), tinyxml2::XMLDocument::NewComment(), tinyxml2::XMLDocument::NewDeclaration(), tinyxml2::XMLDocument::NewElement(), tinyxml2::XMLDocument::NewText(), and tinyxml2::XMLDocument::NewUnknown().
|
inlinevirtual |
Implements tinyxml2::MemPool.
Definition at line 333 of file tinyxml2.h.
View newest version in sPHENIX GitHub at line 333 of file tinyxml2.h
Referenced by tinyxml2::XMLDocument::Parse(), and tinyxml2::MemPoolT< sizeof(XMLElement) >::~MemPoolT().
|
inline |
Definition at line 349 of file tinyxml2.h.
View newest version in sPHENIX GitHub at line 349 of file tinyxml2.h
Referenced by tinyxml2::XMLDocument::Clear().
|
inlinevirtual |
Implements tinyxml2::MemPool.
Definition at line 379 of file tinyxml2.h.
View newest version in sPHENIX GitHub at line 379 of file tinyxml2.h
|
inlinevirtual |
Implements tinyxml2::MemPool.
Definition at line 346 of file tinyxml2.h.
View newest version in sPHENIX GitHub at line 346 of file tinyxml2.h
Referenced by tinyxml2::XMLElement::CreateAttribute(), tinyxml2::XMLDocument::Identify(), tinyxml2::XMLDocument::NewComment(), tinyxml2::XMLDocument::NewDeclaration(), tinyxml2::XMLDocument::NewElement(), tinyxml2::XMLDocument::NewText(), and tinyxml2::XMLDocument::NewUnknown().
|
private |
|
inlinevirtual |
Implements tinyxml2::MemPool.
Definition at line 397 of file tinyxml2.h.
View newest version in sPHENIX GitHub at line 397 of file tinyxml2.h
Referenced by tinyxml2::XMLElement::CreateAttribute().
|
inline |
Definition at line 391 of file tinyxml2.h.
View newest version in sPHENIX GitHub at line 391 of file tinyxml2.h
Referenced by tinyxml2::XMLDocument::Clear().
|
inline |
Definition at line 401 of file tinyxml2.h.
View newest version in sPHENIX GitHub at line 401 of file tinyxml2.h
Referenced by tinyxml2::XMLDocument::Clear().
|
private |
Definition at line 429 of file tinyxml2.h.
View newest version in sPHENIX GitHub at line 429 of file tinyxml2.h
Referenced by tinyxml2::MemPoolT< sizeof(XMLElement) >::Alloc(), tinyxml2::MemPoolT< sizeof(XMLElement) >::Clear(), and tinyxml2::MemPoolT< sizeof(XMLElement) >::Trace().
|
private |
Definition at line 432 of file tinyxml2.h.
View newest version in sPHENIX GitHub at line 432 of file tinyxml2.h
Referenced by tinyxml2::MemPoolT< sizeof(XMLElement) >::Alloc(), tinyxml2::MemPoolT< sizeof(XMLElement) >::Clear(), tinyxml2::MemPoolT< sizeof(XMLElement) >::CurrentAllocs(), tinyxml2::MemPoolT< sizeof(XMLElement) >::Free(), and tinyxml2::MemPoolT< sizeof(XMLElement) >::Trace().
|
private |
Definition at line 434 of file tinyxml2.h.
View newest version in sPHENIX GitHub at line 434 of file tinyxml2.h
Referenced by tinyxml2::MemPoolT< sizeof(XMLElement) >::Alloc(), tinyxml2::MemPoolT< sizeof(XMLElement) >::Clear(), and tinyxml2::MemPoolT< sizeof(XMLElement) >::Trace().
|
private |
Definition at line 433 of file tinyxml2.h.
View newest version in sPHENIX GitHub at line 433 of file tinyxml2.h
Referenced by tinyxml2::MemPoolT< sizeof(XMLElement) >::Alloc(), tinyxml2::MemPoolT< sizeof(XMLElement) >::Clear(), and tinyxml2::MemPoolT< sizeof(XMLElement) >::Trace().
|
private |
Definition at line 435 of file tinyxml2.h.
View newest version in sPHENIX GitHub at line 435 of file tinyxml2.h
Referenced by tinyxml2::MemPoolT< sizeof(XMLElement) >::Alloc(), tinyxml2::MemPoolT< sizeof(XMLElement) >::Clear(), tinyxml2::MemPoolT< sizeof(XMLElement) >::SetTracked(), and tinyxml2::MemPoolT< sizeof(XMLElement) >::Untracked().
|
private |
Definition at line 430 of file tinyxml2.h.
View newest version in sPHENIX GitHub at line 430 of file tinyxml2.h
Referenced by tinyxml2::MemPoolT< sizeof(XMLElement) >::Alloc(), tinyxml2::MemPoolT< sizeof(XMLElement) >::Clear(), and tinyxml2::MemPoolT< sizeof(XMLElement) >::Free().