OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:CheckStats
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/tcmalloc/chromium/src/tests/
page_heap_test.cc
12
static void
CheckStats
(const tcmalloc::PageHeap* ph,
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/
page_heap_test.cc
12
static void
CheckStats
(const tcmalloc::PageHeap* ph,
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/
sat.cc
[
all
...]
Completed in 53 milliseconds