Searched refs:last_dump_free (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/tcmalloc/vendor/src/
H A Dheap-profiler.cc169 static int64 last_dump_free = 0; // free_size when did we last dump variable
276 last_dump_free + FLAGS_heap_profile_deallocation_interval) {
292 last_dump_free = total.free_size;
448 last_dump_free = 0;
/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dheap-profiler.cc218 static int64 last_dump_free = 0; // free_size when did we last dump variable
348 last_dump_free + FLAGS_heap_profile_deallocation_interval) {
371 last_dump_free = total.free_size;
528 last_dump_free = 0;

Completed in 296 milliseconds