Searched defs:pageheap (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dstatic_vars.h68 static PageHeap* pageheap() { return pageheap_; } function in class:tcmalloc::Static
H A Dtcmalloc.cc78 // or allocated. If free, it is in one of pageheap's freelist.
323 PageHeap::Stats pageheap; // Stats from page heap member in struct:TCMallocStats
350 r->pageheap = Static::pageheap()->stats();
352 Static::pageheap()->GetSmallSpanStats(small_spans);
355 Static::pageheap()->GetLargeSpanStats(large_spans);
381 stats.pageheap.unmapped_bytes + stats.metadata_unmapped_bytes;
383 const uint64_t virtual_memory_used = (stats.pageheap.system_bytes
388 - stats.pageheap.free_bytes
400 (stats.pageheap
[all...]
/external/chromium_org/third_party/tcmalloc/vendor/src/
H A Dstatic_vars.h68 static PageHeap* pageheap() { return pageheap_; } function in class:tcmalloc::Static
H A Dtcmalloc.cc78 // or allocated. If free, it is in one of pageheap's freelist.
311 PageHeap::Stats pageheap; // Stats from page heap member in struct:TCMallocStats
337 r->pageheap = Static::pageheap()->stats();
339 Static::pageheap()->GetSmallSpanStats(small_spans);
342 Static::pageheap()->GetLargeSpanStats(large_spans);
365 const uint64_t virtual_memory_used = (stats.pageheap.system_bytes
368 - stats.pageheap.unmapped_bytes);
371 - stats.pageheap.free_bytes
403 stats.pageheap
[all...]

Completed in 97 milliseconds