HomeSort by relevance Sort by last modified time
    Searched refs:kPageMapBigAllocationThreshold (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/tcmalloc/chromium/src/
page_heap.h 205 static const size_t kPageMapBigAllocationThreshold = 128 << 20;
page_heap.cc 493 if (old_system_bytes < kPageMapBigAllocationThreshold
494 && stats_.system_bytes >= kPageMapBigAllocationThreshold) {
  /external/chromium_org/third_party/tcmalloc/vendor/src/
page_heap.h 195 static const size_t kPageMapBigAllocationThreshold = 128 << 20;
page_heap.cc 431 if (old_system_bytes < kPageMapBigAllocationThreshold
432 && stats_.system_bytes >= kPageMapBigAllocationThreshold) {

Completed in 168 milliseconds