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

  /external/chromium_org/third_party/tcmalloc/chromium/src/
static_vars.cc 59 // Do a bit of sanitizing: make sure central_cache is aligned properly
static_vars.h 59 static CentralFreeListPadded* central_cache() { return central_cache_; } function in class:tcmalloc::Static
central_freelist.cc 162 return Static::central_cache()[t].ShrinkCache(locked_size_class, force);
212 LockInverter li(&Static::central_cache()[locked_size_class].lock_, &lock_);
thread_cache.cc 164 int fetch_count = Static::central_cache()[cl].RemoveRange(
233 Static::central_cache()[cl].InsertRange(head, tail, batch_size);
238 Static::central_cache()[cl].InsertRange(head, tail, N);
tcmalloc.cc 330 const int length = Static::central_cache()[cl].length();
331 const int tc_length = Static::central_cache()[cl].tc_length();
332 const size_t cache_overhead = Static::central_cache()[cl].OverheadBytes();
828 Static::central_cache()[cl].length() * class_size;
    [all...]
  /external/chromium_org/third_party/tcmalloc/vendor/src/
static_vars.cc 59 // Do a bit of sanitizing: make sure central_cache is aligned properly
static_vars.h 59 static CentralFreeListPadded* central_cache() { return central_cache_; } function in class:tcmalloc::Static
thread_cache.cc 161 int fetch_count = Static::central_cache()[cl].RemoveRange(
227 Static::central_cache()[cl].InsertRange(head, tail, batch_size);
232 Static::central_cache()[cl].InsertRange(head, tail, N);
central_freelist.cc 163 return Static::central_cache()[t].ShrinkCache(locked_size_class, force);
213 LockInverter li(&Static::central_cache()[locked_size_class].lock_, &lock_);
tcmalloc.cc 321 const int length = Static::central_cache()[cl].length();
322 const int tc_length = Static::central_cache()[cl].tc_length();
323 const size_t cache_overhead = Static::central_cache()[cl].OverheadBytes();
821 Static::central_cache()[cl].length() * class_size;
827 Static::central_cache()[cl].tc_length() * class_size;
    [all...]
  /external/chromium_org/third_party/WebKit/Source/wtf/
FastMalloc.cpp     [all...]

Completed in 172 milliseconds