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

  /external/chromium_org/third_party/tcmalloc/chromium/src/tests/
markidle_unittest.cc 73 static size_t GetTotalThreadCacheSize() {
84 const size_t original = GetTotalThreadCacheSize();
87 const size_t post_allocation = GetTotalThreadCacheSize();
91 const size_t post_idle = GetTotalThreadCacheSize();
  /external/chromium_org/third_party/tcmalloc/vendor/src/tests/
markidle_unittest.cc 73 static size_t GetTotalThreadCacheSize() {
84 const size_t original = GetTotalThreadCacheSize();
87 const size_t post_allocation = GetTotalThreadCacheSize();
91 const size_t post_idle = GetTotalThreadCacheSize();

Completed in 64 milliseconds