Searched defs:GetTotalThreadCacheSize (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/tcmalloc/chromium/src/tests/
H A Dmarkidle_unittest.cc73 static size_t GetTotalThreadCacheSize() { function
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/
H A Dmarkidle_unittest.cc73 static size_t GetTotalThreadCacheSize() { function
84 const size_t original = GetTotalThreadCacheSize();
87 const size_t post_allocation = GetTotalThreadCacheSize();
91 const size_t post_idle = GetTotalThreadCacheSize();

Completed in 261 milliseconds