Lines Matching refs:sz
17 size_t sz, usize; in thd_start() local
19 sz = sizeof(a0); in thd_start()
20 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()
39 sz = sizeof(d0); in thd_start()
40 if ((err = mallctl("thread.deallocated", (void *)&d0, &sz, NULL, 0))) { in thd_start()
47 sz = sizeof(dp0); in thd_start()
48 if ((err = mallctl("thread.deallocatedp", (void *)&dp0, &sz, NULL, in thd_start()
63 sz = sizeof(a1); in thd_start()
64 mallctl("thread.allocated", (void *)&a1, &sz, NULL, 0); in thd_start()
65 sz = sizeof(ap1); in thd_start()
66 mallctl("thread.allocatedp", (void *)&ap1, &sz, NULL, 0); in thd_start()
80 sz = sizeof(d1); in thd_start()
81 mallctl("thread.deallocated", (void *)&d1, &sz, NULL, 0); in thd_start()
82 sz = sizeof(dp1); in thd_start()
83 mallctl("thread.deallocatedp", (void *)&dp1, &sz, NULL, 0); in thd_start()