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

/external/chromium_org/third_party/tcmalloc/vendor/src/
H A Dheap-profile-table.cc138 num_available_mmap_buckets_ = 0;
330 (num_alloc_buckets_ + num_available_mmap_buckets_)));
332 RAW_DCHECK(mmap_table_ != NULL || num_available_mmap_buckets_ == 0, "");
350 RAW_DCHECK(n == num_alloc_buckets_ + num_available_mmap_buckets_, "");
352 sort(list, list + num_alloc_buckets_ + num_available_mmap_buckets_,
365 num_available_mmap_buckets_ = 0;
378 num_available_mmap_buckets_ += 1;
H A Dheap-profile-table.h361 int num_available_mmap_buckets_; member in class:HeapProfileTable

Completed in 97 milliseconds