Lines Matching refs:allocated
6 size_t sz, allocated, active, resident, mapped; in TEST_BEGIN() local
14 assert_d_eq(mallctl("stats.allocated", (void *)&allocated, &sz, NULL, 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", (void *)&allocated, in TEST_BEGIN()
63 assert_zu_gt(allocated, 0, in TEST_BEGIN()
146 size_t sz, allocated; in TEST_BEGIN() local
167 (void *)&allocated, &sz, NULL, 0), expected, in TEST_BEGIN()
179 assert_zu_gt(allocated, 0, in TEST_BEGIN()
197 size_t sz, allocated; in TEST_BEGIN() local
213 (void *)&allocated, &sz, NULL, 0), expected, in TEST_BEGIN()
225 assert_zu_gt(allocated, 0, in TEST_BEGIN()
243 size_t sz, allocated; in TEST_BEGIN() local
258 assert_d_eq(mallctl("stats.arenas.0.huge.allocated", (void *)&allocated, in TEST_BEGIN()
267 assert_zu_gt(allocated, 0, in TEST_BEGIN()