HomeSort by relevance Sort by last modified time
    Searched full:system_bytes (Results 1 - 9 of 9) sorted by null

  /external/chromium_org/third_party/tcmalloc/chromium/src/tests/
page_heap_test.cc 17 EXPECT_EQ(system_pages, stats.system_bytes >> kPageShift);
  /external/chromium_org/third_party/tcmalloc/vendor/src/tests/
page_heap_test.cc 17 EXPECT_EQ(system_pages, stats.system_bytes >> kPageShift);
  /external/chromium_org/third_party/tcmalloc/chromium/src/
page_heap.cc 103 ASSERT(stats_.unmapped_bytes+ stats_.committed_bytes==stats_.system_bytes);
213 ASSERT(stats_.unmapped_bytes+ stats_.committed_bytes==stats_.system_bytes);
230 ASSERT(stats_.unmapped_bytes+ stats_.committed_bytes==stats_.system_bytes);
483 uint64_t old_system_bytes = stats_.system_bytes;
484 stats_.system_bytes += (ask << kPageShift);
494 && stats_.system_bytes >= kPageMapBigAllocationThreshold) {
507 ASSERT(stats_.unmapped_bytes+ stats_.committed_bytes==stats_.system_bytes);
page_heap.h 153 Stats() : system_bytes(0), free_bytes(0), unmapped_bytes(0) {}
154 uint64_t system_bytes; // Total bytes allocated from system member in struct:tcmalloc::PageHeap::Stats
tcmalloc.cc 380 const uint64_t virtual_memory_used = (stats.pageheap.system_bytes
662 *value = stats.pageheap.system_bytes
674 *value = stats.pageheap.system_bytes;
    [all...]
  /external/chromium_org/third_party/tcmalloc/vendor/src/
page_heap.cc 422 uint64_t old_system_bytes = stats_.system_bytes;
423 stats_.system_bytes += (ask << kPageShift);
432 && stats_.system_bytes >= kPageMapBigAllocationThreshold) {
page_heap.h 145 Stats() : system_bytes(0), free_bytes(0), unmapped_bytes(0) {}
146 uint64_t system_bytes; // Total bytes allocated from system member in struct:tcmalloc::PageHeap::Stats
tcmalloc.cc 365 const uint64_t virtual_memory_used = (stats.pageheap.system_bytes
634 *value = stats.pageheap.system_bytes
646 *value = stats.pageheap.system_bytes;
    [all...]
  /external/chromium_org/third_party/WebKit/Source/wtf/
FastMalloc.cpp     [all...]

Completed in 1643 milliseconds