Searched refs:hook_called (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/external/bsd/jemalloc/dist/test/unit/
H A Dhooks.c3 static bool hook_called = false; variable
7 hook_called = true;
19 hook_called = false;
21 assert_false(hook_called, "Nulling out hook didn't take.");
27 hook_called = false;
29 assert_true(hook_called, "Hook should have executed.");

Completed in 170 milliseconds