Lines Matching refs:allocated
6 size_t sz, allocated, active, mapped; in TEST_BEGIN() local
14 assert_d_eq(mallctl("stats.allocated", &allocated, &sz, NULL, 0), in TEST_BEGIN()
24 assert_zu_le(allocated, active, in TEST_BEGIN()
62 size_t allocated; in TEST_BEGIN() local
74 assert_d_eq(mallctl("stats.arenas.0.huge.allocated", &allocated, &sz, in TEST_BEGIN()
85 assert_zu_gt(allocated, 0, in TEST_BEGIN()
165 size_t sz, allocated; in TEST_BEGIN() local
185 assert_d_eq(mallctl("stats.arenas.0.small.allocated", &allocated, &sz, in TEST_BEGIN()
196 assert_zu_gt(allocated, 0, in TEST_BEGIN()
214 size_t sz, allocated; in TEST_BEGIN() local
229 assert_d_eq(mallctl("stats.arenas.0.large.allocated", &allocated, &sz, in TEST_BEGIN()
240 assert_zu_gt(allocated, 0, in TEST_BEGIN()
258 size_t sz, allocated, curruns; in TEST_BEGIN() local
277 assert_d_eq(mallctl("stats.arenas.0.bins.0.allocated", &allocated, &sz, in TEST_BEGIN()
303 assert_zu_gt(allocated, 0, in TEST_BEGIN()