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

/freebsd-13-stable/contrib/jemalloc/src/
H A Dtest_hooks.c9 void (*test_hooks_arena_new_hook)() = NULL; variable
H A Darena.c2096 if (test_hooks_arena_new_hook) {
2097 test_hooks_arena_new_hook();
/freebsd-13-stable/contrib/jemalloc/include/jemalloc/internal/
H A Dtest_hooks.h4 extern JEMALLOC_EXPORT void (*test_hooks_arena_new_hook)();
H A Dprivate_namespace.h392 #define test_hooks_arena_new_hook JEMALLOC_N(test_hooks_arena_new_hook) macro

Completed in 127 milliseconds