Searched refs:use_buckets (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dmemory_region_map.h95 // When "use_buckets" is true, then counts of mmap and munmap sizes will be
97 // counting will be effective after any call contained "use_buckets" of true.
102 static void Init(int max_stack_depth, bool use_buckets);
H A Dmemory_region_map.cc193 void MemoryRegionMap::Init(int max_stack_depth, bool use_buckets) { argument
225 if (use_buckets) {

Completed in 112 milliseconds