Searched refs:next_memory_steal_ (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dthread_cache.cc64 ThreadCache* ThreadCache::next_memory_steal_ = NULL; member in class:tcmalloc::ThreadCache
294 ++i, next_memory_steal_ = next_memory_steal_->next_) {
296 if (next_memory_steal_ == NULL) {
298 next_memory_steal_ = thread_heaps_;
300 if (next_memory_steal_ == this ||
301 next_memory_steal_->max_size_ <= kMinThreadCacheSize) {
304 next_memory_steal_->max_size_ -= kStealAmount;
307 next_memory_steal_ = next_memory_steal_
[all...]
H A Dthread_cache.h293 static ThreadCache* next_memory_steal_; member in class:tcmalloc::ThreadCache
/external/chromium_org/third_party/tcmalloc/vendor/src/
H A Dthread_cache.cc64 ThreadCache* ThreadCache::next_memory_steal_ = NULL; member in class:tcmalloc::ThreadCache
288 ++i, next_memory_steal_ = next_memory_steal_->next_) {
290 if (next_memory_steal_ == NULL) {
292 next_memory_steal_ = thread_heaps_;
294 if (next_memory_steal_ == this ||
295 next_memory_steal_->max_size_ <= kMinThreadCacheSize) {
298 next_memory_steal_->max_size_ -= kStealAmount;
301 next_memory_steal_ = next_memory_steal_
[all...]
H A Dthread_cache.h278 static ThreadCache* next_memory_steal_; member in class:tcmalloc::ThreadCache

Completed in 242 milliseconds