Lines Matching refs:assert_d_eq
13 assert_d_eq(ret, 0, "Unexpected mallctl error"); in check_background_thread_enabled()
30 assert_d_eq(mallctl("arenas.lextent.0.size", (void *)&large0, &sz, NULL, in test_extent_body()
32 assert_d_eq(mallctl("arenas.lextent.1.size", (void *)&large1, &sz, NULL, in test_extent_body()
34 assert_d_eq(mallctl("arenas.lextent.2.size", (void *)&large2, &sz, NULL, in test_extent_body()
39 assert_d_eq(mallctlnametomib("arena.0.purge", purge_mib, &purge_miblen), in test_extent_body()
55 assert_d_eq(mallctlbymib(purge_mib, purge_miblen, NULL, NULL, NULL, 0), in test_extent_body()
78 assert_d_eq(mallctlbymib(purge_mib, purge_miblen, NULL, NULL, NULL, 0), in test_extent_body()
113 assert_d_eq(mallctl("opt.narenas", (void *)&narenas, &sz, NULL, 0), in test_manual_hook_auto_arena()
121 assert_d_eq(mallctlnametomib("arena.0.extent_hooks", hooks_mib, in test_manual_hook_auto_arena()
127 assert_d_eq(mallctlbymib(hooks_mib, hooks_miblen, (void *)&old_hooks, in test_manual_hook_auto_arena()
149 assert_d_eq(mallctl("arenas.create", (void *)&arena_ind, &sz, NULL, 0), in test_manual_hook_body()
154 assert_d_eq(mallctlnametomib("arena.0.extent_hooks", hooks_mib, in test_manual_hook_body()
160 assert_d_eq(mallctlbymib(hooks_mib, hooks_miblen, (void *)&old_hooks, in test_manual_hook_body()
185 assert_d_eq(mallctlbymib(hooks_mib, hooks_miblen, NULL, NULL, in test_manual_hook_body()
187 assert_d_eq(mallctlbymib(hooks_mib, hooks_miblen, (void *)&old_hooks, in test_manual_hook_body()
235 assert_d_eq(mallctl("arenas.create", (void *)&arena_ind, &sz, in TEST_BEGIN()