Home
last modified time | relevance | path

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

/external/tinyxml2/
Dtinyxml2.h253 for( int i=0; i<blockPtrs.Size(); ++i ) { in ~MemPoolT()
254 delete blockPtrs[i]; in ~MemPoolT() local
265 blockPtrs.Push( block ); in Alloc()
291 … name, maxAllocs, maxAllocs*SIZE/1024, currentAllocs, SIZE, nAllocs, blockPtrs.Size() ); in Trace()
303 DynArray< Block*, 10 > blockPtrs; variable