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

/netbsd-current/external/bsd/jemalloc/dist/test/unit/
H A Dhooks.c11 func_to_hook(int arg1, int arg2) { function
15 #define func_to_hook JEMALLOC_HOOK(func_to_hook, hooks_libc_hook) macro
20 assert_d_eq(3, func_to_hook(1, 2), "Hooking changed return value.");
28 assert_d_eq(3, func_to_hook(1, 2), "Hooking changed return value.");

Completed in 156 milliseconds