Searched refs:sz_b (Results 1 – 1 of 1) sorted by relevance
/external/jemalloc_new/test/unit/ |
D | background_thread_enable.c | 24 size_t sz_b = sizeof(bool); in TEST_BEGIN() local 25 assert_d_eq(mallctl("background_thread", NULL, NULL, &enable, sz_b), 0, in TEST_BEGIN() 28 assert_d_eq(mallctl("background_thread", NULL, NULL, &enable, sz_b), 0, in TEST_BEGIN() 60 size_t sz_b = sizeof(bool); in TEST_BEGIN() local 61 assert_d_eq(mallctl("background_thread", NULL, NULL, &enable, sz_b), 0, in TEST_BEGIN()
|