tinyxml2.h | 197 _allocated( INITIAL_SIZE ),
264 TIXMLASSERT( _allocated >= INITIAL_SIZE );
265 return _allocated;
291 if ( cap > _allocated ) {
301 _allocated = newAllocated;
307 int _allocated; // objects allocated
member in class:tinyxml2::DynArray [all...] |