Searched defs:unmapped_bytes (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/base/allocator/
H A Dallocator_shim.cc201 size_t heap_size, allocated_bytes, unmapped_bytes; local
207 &unmapped_bytes)) {
208 *size = heap_size - allocated_bytes - unmapped_bytes;
/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dpage_heap.h153 Stats() : system_bytes(0), free_bytes(0), unmapped_bytes(0) {}
156 uint64_t unmapped_bytes; // Total bytes on returned freelists member in struct:tcmalloc::PageHeap::Stats
H A Dtcmalloc.cc380 const uint64_t unmapped_bytes = local
381 stats.pageheap.unmapped_bytes + stats.metadata_unmapped_bytes;
385 const uint64_t physical_memory_used = virtual_memory_used - unmapped_bytes;
440 unmapped_bytes, unmapped_bytes / MiB,
475 stats.pageheap.unmapped_bytes / MiB);
670 - stats.pageheap.unmapped_bytes;
686 *value = stats.free_bytes + stats.unmapped_bytes;
698 *value = Static::pageheap()->stats().unmapped_bytes;
1404 stats.pageheap.unmapped_bytes);
[all...]
/external/chromium_org/third_party/tcmalloc/vendor/src/
H A Dpage_heap.h145 Stats() : system_bytes(0), free_bytes(0), unmapped_bytes(0) {}
148 uint64_t unmapped_bytes; // Total bytes on returned freelists member in struct:tcmalloc::PageHeap::Stats
/external/chromium_org/content/app/
H A Dcontent_main_runner.cc460 size_t heap_size, allocated_bytes, unmapped_bytes; local
466 &unmapped_bytes)) {
467 *size = heap_size - allocated_bytes - unmapped_bytes;

Completed in 189 milliseconds