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

/external/chromium_org/third_party/tcmalloc/vendor/src/
H A Dheap-profiler.cc103 // We could also add flags that report whenever inuse_bytes changes by
264 const int64 inuse_bytes = total.alloc_size - total.free_size; local
272 total.alloc_size >> 20, inuse_bytes >> 20);
279 total.free_size >> 20, inuse_bytes >> 20);
282 inuse_bytes >
285 inuse_bytes >> 20);
293 if (inuse_bytes > high_water_mark)
294 high_water_mark = inuse_bytes;
/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dheap-profiler.cc136 // We could also add flags that report whenever inuse_bytes changes by
335 const int64 inuse_bytes = total.alloc_size - total.free_size; local
344 total.alloc_size >> 20, inuse_bytes >> 20);
351 total.free_size >> 20, inuse_bytes >> 20);
354 inuse_bytes >
357 inuse_bytes >> 20);
372 if (inuse_bytes > high_water_mark)
373 high_water_mark = inuse_bytes;

Completed in 3600 milliseconds