Home
last modified time | relevance | path

Searched refs:test_hooks_libc_hook (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/jemalloc/include/jemalloc/internal/
H A Dtest_hooks.h5 extern JEMALLOC_EXPORT void (*test_hooks_libc_hook)();
10 # define open JEMALLOC_TEST_HOOK(open, test_hooks_libc_hook)
11 # define read JEMALLOC_TEST_HOOK(read, test_hooks_libc_hook)
12 # define write JEMALLOC_TEST_HOOK(write, test_hooks_libc_hook)
13 # define readlink JEMALLOC_TEST_HOOK(readlink, test_hooks_libc_hook)
14 # define close JEMALLOC_TEST_HOOK(close, test_hooks_libc_hook)
15 # define creat JEMALLOC_TEST_HOOK(creat, test_hooks_libc_hook)
16 # define secure_getenv JEMALLOC_TEST_HOOK(secure_getenv, test_hooks_libc_hook)
18 # define _Unwind_Backtrace JEMALLOC_TEST_HOOK(_Unwind_Backtrace, test_hooks_libc_hook)
/freebsd/contrib/jemalloc/
H A DFREEBSD-diffs132 @@ -6,13 +6,6 @@ extern JEMALLOC_EXPORT void (*test_hooks_libc_hook)();
136 -#define open JEMALLOC_HOOK(open, test_hooks_libc_hook)
137 -#define read JEMALLOC_HOOK(read, test_hooks_libc_hook)
138 -#define write JEMALLOC_HOOK(write, test_hooks_libc_hook)
139 -#define readlink JEMALLOC_HOOK(readlink, test_hooks_libc_hook)
140 -#define close JEMALLOC_HOOK(close, test_hooks_libc_hook)
141 -#define creat JEMALLOC_HOOK(creat, test_hooks_libc_hook)
142 -#define secure_getenv JEMALLOC_HOOK(secure_getenv, test_hooks_libc_hook)
144 #define _Unwind_Backtrace JEMALLOC_HOOK(_Unwind_Backtrace, test_hooks_libc_hook)
/freebsd/contrib/jemalloc/src/
H A Dtest_hooks.c12 void (*test_hooks_libc_hook)() = NULL; variable
H A Dprof.c
/freebsd/lib/libc/stdlib/malloc/jemalloc/include/jemalloc/internal/
H A Dprivate_namespace.h692 #define test_hooks_libc_hook JEMALLOC_N(test_hooks_libc_hook)
393 #define test_hooks_libc_hook JEMALLOC_N(test_hooks_libc_hook) global() macro