HomeSort by relevance Sort by last modified time
    Searched defs:freelist_length (Results 1 - 2 of 2) 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
  /external/chromium_org/third_party/tcmalloc/vendor/src/
thread_cache.h 86 int freelist_length(size_t cl) const { return list_[cl].length(); } function in class:tcmalloc::ThreadCache

Completed in 132 milliseconds