Lines Matching refs:sz
18 size_t sz, usize; in thd_start() local
20 sz = sizeof(a0); in thd_start()
21 if ((err = mallctl("thread.allocated", &a0, &sz, NULL, 0))) { in thd_start()
27 sz = sizeof(ap0); in thd_start()
28 if ((err = mallctl("thread.allocatedp", &ap0, &sz, NULL, 0))) { in thd_start()
38 sz = sizeof(d0); in thd_start()
39 if ((err = mallctl("thread.deallocated", &d0, &sz, NULL, 0))) { in thd_start()
45 sz = sizeof(dp0); in thd_start()
46 if ((err = mallctl("thread.deallocatedp", &dp0, &sz, NULL, 0))) { in thd_start()
59 sz = sizeof(a1); in thd_start()
60 mallctl("thread.allocated", &a1, &sz, NULL, 0); in thd_start()
61 sz = sizeof(ap1); in thd_start()
62 mallctl("thread.allocatedp", &ap1, &sz, NULL, 0); in thd_start()
76 sz = sizeof(d1); in thd_start()
77 mallctl("thread.deallocated", &d1, &sz, NULL, 0); in thd_start()
78 sz = sizeof(dp1); in thd_start()
79 mallctl("thread.deallocatedp", &dp1, &sz, NULL, 0); in thd_start()