Lines Matching refs:sz
15 size_t sz; in thd_start() local
18 sz = sizeof(bool); in thd_start()
19 if ((err = mallctl("thread.tcache.enabled", (void *)&e0, &sz, NULL, in thd_start()
31 assert_d_eq(mallctl("thread.tcache.enabled", (void *)&e0, &sz, in thd_start()
32 (void *)&e1, sz), 0, "Unexpected mallctl() error"); in thd_start()
37 assert_d_eq(mallctl("thread.tcache.enabled", (void *)&e0, &sz, in thd_start()
38 (void *)&e1, sz), 0, "Unexpected mallctl() error"); in thd_start()
42 assert_d_eq(mallctl("thread.tcache.enabled", (void *)&e0, &sz, in thd_start()
43 (void *)&e1, sz), 0, "Unexpected mallctl() error"); in thd_start()
47 assert_d_eq(mallctl("thread.tcache.enabled", (void *)&e0, &sz, in thd_start()
48 (void *)&e1, sz), 0, "Unexpected mallctl() error"); in thd_start()
52 assert_d_eq(mallctl("thread.tcache.enabled", (void *)&e0, &sz, in thd_start()
53 (void *)&e1, sz), 0, "Unexpected mallctl() error"); in thd_start()
58 assert_d_eq(mallctl("thread.tcache.enabled", (void *)&e0, &sz, in thd_start()
59 (void *)&e1, sz), 0, "Unexpected mallctl() error"); in thd_start()
64 assert_d_eq(mallctl("thread.tcache.enabled", (void *)&e0, &sz, in thd_start()
65 (void *)&e1, sz), 0, "Unexpected mallctl() error"); in thd_start()
70 assert_d_eq(mallctl("thread.tcache.enabled", (void *)&e0, &sz, in thd_start()
71 (void *)&e1, sz), 0, "Unexpected mallctl() error"); in thd_start()
76 assert_d_eq(mallctl("thread.tcache.enabled", (void *)&e0, &sz, in thd_start()
77 (void *)&e1, sz), 0, "Unexpected mallctl() error"); in thd_start()