Lines Matching refs:allocated
6 size_t sz, allocated, active, resident, mapped; in TEST_BEGIN() local
14 assert_d_eq(mallctl("stats.allocated", &allocated, &sz, NULL, 0), in TEST_BEGIN()
26 assert_zu_le(allocated, active, in TEST_BEGIN()
40 size_t allocated; in TEST_BEGIN() local
52 assert_d_eq(mallctl("stats.arenas.0.huge.allocated", &allocated, &sz, in TEST_BEGIN()
63 assert_zu_gt(allocated, 0, in TEST_BEGIN()
146 size_t sz, allocated; in TEST_BEGIN() local
166 assert_d_eq(mallctl("stats.arenas.0.small.allocated", &allocated, &sz, in TEST_BEGIN()
177 assert_zu_gt(allocated, 0, in TEST_BEGIN()
195 size_t sz, allocated; in TEST_BEGIN() local
210 assert_d_eq(mallctl("stats.arenas.0.large.allocated", &allocated, &sz, in TEST_BEGIN()
221 assert_zu_gt(allocated, 0, in TEST_BEGIN()
239 size_t sz, allocated; in TEST_BEGIN() local
254 assert_d_eq(mallctl("stats.arenas.0.huge.allocated", &allocated, &sz, in TEST_BEGIN()
263 assert_zu_gt(allocated, 0, in TEST_BEGIN()