Home
last modified time | relevance | path

Searched refs:_allocated (Results 1 – 1 of 1) sorted by relevance

/AliOS-Things-master/components/oss/src/external/tinyxml2/
A Dtinyxml2.h211 _allocated( INITIAL_SIZE ), in DynArray()
278 TIXMLASSERT( _allocated >= INITIAL_SIZE ); in Capacity()
279 return _allocated; in Capacity()
305 if ( cap > _allocated ) { in EnsureCapacity()
315 _allocated = newAllocated; in EnsureCapacity()
321 int _allocated; // objects allocated variable

Completed in 6 milliseconds