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

  /external/chromium_org/third_party/tcmalloc/vendor/src/
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
  /external/chromium_org/third_party/tcmalloc/chromium/src/
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

Completed in 113 milliseconds