Home | Sort by relevance Sort by last modified time |
/external/chromium_org/third_party/tcmalloc/chromium/src/ | |
thread_cache.cc | 58 volatile size_t ThreadCache::per_thread_cache_size_ = kMaxThreadCacheSize; member in class:tcmalloc::ThreadCache 480 double ratio = space / max<double>(1, per_thread_cache_size_); 491 per_thread_cache_size_ = space; |
thread_cache.h | 302 static volatile size_t per_thread_cache_size_; member in class:tcmalloc::ThreadCache |
/external/chromium_org/third_party/tcmalloc/vendor/src/ | |
thread_cache.cc | 58 volatile size_t ThreadCache::per_thread_cache_size_ = kMaxThreadCacheSize; member in class:tcmalloc::ThreadCache 469 double ratio = space / max<double>(1, per_thread_cache_size_); 480 per_thread_cache_size_ = space; |
thread_cache.h | 287 static volatile size_t per_thread_cache_size_; member in class:tcmalloc::ThreadCache |