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", (void *)&a0, &sz, NULL, 0))) { in thd_start()
27 sz = sizeof(ap0); in thd_start()
28 if ((err = mallctl("thread.allocatedp", (void *)&ap0, &sz, NULL, 0))) { in thd_start()
38 sz = sizeof(d0); in thd_start()
39 if ((err = mallctl("thread.deallocated", (void *)&d0, &sz, NULL, 0))) { in thd_start()
45 sz = sizeof(dp0); in thd_start()
46 if ((err = mallctl("thread.deallocatedp", (void *)&dp0, &sz, NULL, in thd_start()
60 sz = sizeof(a1); in thd_start()
61 mallctl("thread.allocated", (void *)&a1, &sz, NULL, 0); in thd_start()
62 sz = sizeof(ap1); in thd_start()
63 mallctl("thread.allocatedp", (void *)&ap1, &sz, NULL, 0); in thd_start()
77 sz = sizeof(d1); in thd_start()
78 mallctl("thread.deallocated", (void *)&d1, &sz, NULL, 0); in thd_start()
79 sz = sizeof(dp1); in thd_start()
80 mallctl("thread.deallocatedp", (void *)&dp1, &sz, NULL, 0); in thd_start()