Home | Sort by relevance Sort by last modified time |
/external/chromium_org/third_party/tcmalloc/vendor/src/ | |
thread_cache.cc | 63 int ThreadCache::thread_heap_count_ = 0; member in class:tcmalloc::ThreadCache 403 thread_heap_count_++; 451 thread_heap_count_--; 462 int n = thread_heap_count_ > 0 ? thread_heap_count_ : 1; |
thread_cache.h | 272 static int thread_heap_count_; member in class:tcmalloc::ThreadCache |
/external/chromium_org/third_party/tcmalloc/chromium/src/ | |
thread_cache.cc | 63 int ThreadCache::thread_heap_count_ = 0; member in class:tcmalloc::ThreadCache 414 thread_heap_count_++; 462 thread_heap_count_--; 473 int n = thread_heap_count_ > 0 ? thread_heap_count_ : 1; |
thread_cache.h | 287 static int thread_heap_count_; member in class:tcmalloc::ThreadCache |