HomeSort by relevance Sort by last modified time
    Searched refs:central_cache_ (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/tcmalloc/chromium/src/
static_vars.cc 44 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);
static_vars.h 59 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/
static_vars.cc 44 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);
static_vars.h 59 static CentralFreeListPadded* central_cache() { return central_cache_; }
94 static CentralFreeListPadded central_cache_[kNumClasses]; member in class:tcmalloc::Static

Completed in 447 milliseconds