D | stats.c | 41 uint64_t nmalloc, ndalloc, nrequests; in TEST_BEGIN() local 59 assert_d_eq(mallctl("stats.arenas.0.huge.nrequests", &nrequests, &sz, in TEST_BEGIN() 67 assert_u64_le(nmalloc, nrequests, in TEST_BEGIN() 147 uint64_t epoch, nmalloc, ndalloc, nrequests; in TEST_BEGIN() local 173 assert_d_eq(mallctl("stats.arenas.0.small.nrequests", &nrequests, &sz, in TEST_BEGIN() 183 assert_u64_gt(nrequests, 0, in TEST_BEGIN() 196 uint64_t epoch, nmalloc, ndalloc, nrequests; in TEST_BEGIN() local 217 assert_d_eq(mallctl("stats.arenas.0.large.nrequests", &nrequests, &sz, in TEST_BEGIN() 227 assert_zu_gt(nrequests, 0, in TEST_BEGIN() 280 uint64_t epoch, nmalloc, ndalloc, nrequests, nfills, nflushes; in TEST_BEGIN() local [all …]
|