Searched refs:CheckStats (Results 1 - 4 of 4) sorted by relevance
/external/chromium_org/third_party/tcmalloc/chromium/src/tests/ |
H A D | page_heap_test.cc | 12 static void CheckStats(const tcmalloc::PageHeap* ph, function in namespace:__anon13871 26 CheckStats(ph, 0, 0, 0); 30 CheckStats(ph, 256, 0, 0); 36 CheckStats(ph, 256, 128, 0); 40 CheckStats(ph, 256, 0, 128); 44 CheckStats(ph, 256, 128, 128);
|
/external/chromium_org/third_party/tcmalloc/vendor/src/tests/ |
H A D | page_heap_test.cc | 12 static void CheckStats(const tcmalloc::PageHeap* ph, function in namespace:__anon13914 26 CheckStats(ph, 0, 0, 0); 30 CheckStats(ph, 256, 0, 0); 36 CheckStats(ph, 256, 128, 0); 40 CheckStats(ph, 256, 0, 128); 44 CheckStats(ph, 256, 128, 128);
|
/external/stressapptest/src/ |
H A D | sat.h | 280 void CheckStats();
|
H A D | sat.cc | 1512 void Sat::CheckStats() { function in class:Sat 1600 CheckStats();
|
Completed in 918 milliseconds