mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-07-08 06:47:18 +03:00
Limit TSD bootstrap hook to tests
This commit is contained in:
parent
54f22c83d8
commit
b859093d28
4 changed files with 5 additions and 142 deletions
|
|
@ -14,5 +14,7 @@ void (*test_hooks_libc_hook)(void) = NULL;
|
|||
JEMALLOC_EXPORT
|
||||
void (*test_hooks_safety_check_abort)(const char *) = NULL;
|
||||
|
||||
#if defined(JEMALLOC_JET) || defined(JEMALLOC_UNIT_TEST)
|
||||
JEMALLOC_EXPORT
|
||||
void (*test_hooks_tsd_bootstrap_hook)(void) = NULL;
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue