Searched refs:_allocated (Results 1 – 2 of 2) sorted by relevance
145 Event(int64 _timestamp, bool _allocated, in Event()147 : timestamp(_timestamp), allocated(_allocated), tensor(_tensor) {} in Event()
210 _allocated( INITIAL_SIZE ), in DynArray()277 TIXMLASSERT( _allocated >= INITIAL_SIZE ); in Capacity()278 return _allocated; in Capacity()304 if ( cap > _allocated ) { in EnsureCapacity()314 _allocated = newAllocated; in EnsureCapacity()320 int _allocated; // objects allocated variable