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

/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dstatic_vars.cc44 CentralFreeListPadded Static::central_cache_[kNumClasses]; member in class:tcmalloc::Static
60 CHECK_CONDITION((sizeof(central_cache_[0]) % 64) == 0);
62 central_cache_[i].Init(i);
H A Dstatic_vars.h59 static CentralFreeListPadded* central_cache() { return central_cache_; }
94 static CentralFreeListPadded central_cache_[kNumClasses]; member in class:tcmalloc::Static
/external/chromium_org/third_party/tcmalloc/vendor/src/
H A Dstatic_vars.cc44 CentralFreeListPadded Static::central_cache_[kNumClasses]; member in class:tcmalloc::Static
60 CHECK_CONDITION((sizeof(central_cache_[0]) % 64) == 0);
62 central_cache_[i].Init(i);
H A Dstatic_vars.h59 static CentralFreeListPadded* central_cache() { return central_cache_; }
94 static CentralFreeListPadded central_cache_[kNumClasses]; member in class:tcmalloc::Static

Completed in 78 milliseconds