Home
last modified time | relevance | path

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

/freebsd/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) { in arena_new()
2097 test_hooks_arena_new_hook(); in arena_new()
/freebsd/contrib/jemalloc/include/jemalloc/internal/
H A Dtest_hooks.h4 extern JEMALLOC_EXPORT void (*test_hooks_arena_new_hook)();
/freebsd/lib/libc/stdlib/malloc/jemalloc/include/jemalloc/internal/
H A Dprivate_namespace.h392 #define test_hooks_arena_new_hook JEMALLOC_N(test_hooks_arena_new_hook) macro