Lines Matching refs:ndalloc
41 uint64_t nmalloc, ndalloc, nrequests;
57 assert_d_eq(mallctl("stats.arenas.0.huge.ndalloc", &ndalloc, &sz, NULL,
65 assert_u64_ge(nmalloc, ndalloc,
66 "nmalloc should be at least as large as ndalloc");
147 uint64_t epoch, nmalloc, ndalloc, nrequests;
171 assert_d_eq(mallctl("stats.arenas.0.small.ndalloc", &ndalloc, &sz,
181 assert_u64_ge(nmalloc, ndalloc,
182 "nmalloc should be at least as large as ndalloc");
196 uint64_t epoch, nmalloc, ndalloc, nrequests;
215 assert_d_eq(mallctl("stats.arenas.0.large.ndalloc", &ndalloc, &sz,
225 assert_zu_ge(nmalloc, ndalloc,
226 "nmalloc should be at least as large as ndalloc");
240 uint64_t epoch, nmalloc, ndalloc;
259 assert_d_eq(mallctl("stats.arenas.0.huge.ndalloc", &ndalloc, &sz,
267 assert_zu_ge(nmalloc, ndalloc,
268 "nmalloc should be at least as large as ndalloc");
280 uint64_t epoch, nmalloc, ndalloc, nrequests, nfills, nflushes;
300 assert_d_eq(mallctl("stats.arenas.0.bins.0.ndalloc", &ndalloc, &sz,
327 assert_u64_ge(nmalloc, ndalloc,
328 "nmalloc should be at least as large as ndalloc");
353 uint64_t epoch, nmalloc, ndalloc, nrequests;
370 assert_d_eq(mallctl("stats.arenas.0.lruns.0.ndalloc", &ndalloc, &sz,
381 assert_u64_ge(nmalloc, ndalloc,
382 "nmalloc should be at least as large as ndalloc");
397 uint64_t epoch, nmalloc, ndalloc;
414 assert_d_eq(mallctl("stats.arenas.0.hchunks.0.ndalloc", &ndalloc, &sz,
423 assert_u64_ge(nmalloc, ndalloc,
424 "nmalloc should be at least as large as ndalloc");