Searched refs:currentAllocs (Results 1 - 4 of 4) sorted by relevance

/external/chromium-trace/trace-viewer/src/tcmalloc/
H A Dheap.js44 currentAllocs: 0,
66 heapEntry.currentAllocs += alloc.currentAllocs;
75 currentAllocs: alloc.currentAllocs,
H A Dheap_test.js37 assertEquals(10, snapshot.total_.currentAllocs);
86 assertEquals(2, trace.currentAllocs);
95 assertEquals(8, trace.currentAllocs);
103 assertEquals(5, trace.currentAllocs);
H A Dtcmalloc_snapshot_view.js48 snapshot.total_.currentAllocs +
82 traceName, isLeaf, trace.currentBytes, trace.currentAllocs);
/external/tinyxml2/
H A Dtinyxml2.h250 MemPoolT() : root(0), currentAllocs(0), nAllocs(0), maxAllocs(0) {}
259 int CurrentAllocs() const { return currentAllocs; }
276 ++currentAllocs;
277 if ( currentAllocs > maxAllocs ) maxAllocs = currentAllocs;
283 --currentAllocs;
291 name, maxAllocs, maxAllocs*SIZE/1024, currentAllocs, SIZE, nAllocs, blockPtrs.Size() );
306 int currentAllocs; member in class:tinyxml2::MemPoolT

Completed in 2413 milliseconds