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

  /external/chromium_org/third_party/tcmalloc/chromium/src/
thread_cache.h 80 int freelist_length(size_t cl) const { return list_[cl].length(); } function in class:tcmalloc::ThreadCache
thread_cache.cc 499 class_count[cl] += h->freelist_length(cl);
  /external/chromium_org/third_party/tcmalloc/vendor/src/
thread_cache.cc 488 class_count[cl] += h->freelist_length(cl);
thread_cache.h 86 int freelist_length(size_t cl) const { return list_[cl].length(); } function in class:tcmalloc::ThreadCache

Completed in 581 milliseconds