Home
last modified time | relevance | path

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

/external/tinyxml2/
Dtinyxml2.h210 _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
/external/tensorflow/tensorflow/core/grappler/costs/
Dgraph_memory.cc146 Event(int64 _timestamp, bool _allocated, in Event()
148 : timestamp(_timestamp), allocated(_allocated), tensor(_tensor) {} in Event()