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

  /external/chromium_org/third_party/tcmalloc/chromium/src/
thread_cache.cc 212 list->set_length_overages(list->length_overages() + 1);
216 list->set_length_overages(0);
thread_cache.h 187 void set_length_overages(size_t new_count) { function in class:tcmalloc::ThreadCache::FreeList
  /external/chromium_org/third_party/tcmalloc/vendor/src/
thread_cache.cc 206 list->set_length_overages(list->length_overages() + 1);
210 list->set_length_overages(0);
thread_cache.h 182 void set_length_overages(size_t new_count) { function in class:tcmalloc::ThreadCache::FreeList

Completed in 60 milliseconds