mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-07-23 13:13:06 +00:00
Limit TSD bootstrap hook to tests
This commit is contained in:
committed by
Slobodan Predolac
parent
54f22c83d8
commit
b859093d28
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user