D | stats.c | 63 uint64_t nmalloc, ndalloc, nrequests; in TEST_BEGIN() local 81 assert_d_eq(mallctl("stats.arenas.0.huge.nrequests", &nrequests, &sz, in TEST_BEGIN() 89 assert_u64_le(nmalloc, nrequests, in TEST_BEGIN() 166 uint64_t epoch, nmalloc, ndalloc, nrequests; in TEST_BEGIN() local 192 assert_d_eq(mallctl("stats.arenas.0.small.nrequests", &nrequests, &sz, in TEST_BEGIN() 202 assert_u64_gt(nrequests, 0, in TEST_BEGIN() 215 uint64_t epoch, nmalloc, ndalloc, nrequests; in TEST_BEGIN() local 236 assert_d_eq(mallctl("stats.arenas.0.large.nrequests", &nrequests, &sz, in TEST_BEGIN() 246 assert_zu_gt(nrequests, 0, in TEST_BEGIN() 259 uint64_t epoch, nmalloc, ndalloc, nrequests, nfills, nflushes; in TEST_BEGIN() local [all …]
|