summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/include/test/jemalloc_test.h.in10
1 files changed, 6 insertions, 4 deletions
diff --git a/test/include/test/jemalloc_test.h.in b/test/include/test/jemalloc_test.h.in
index 38db000..730a55d 100644
--- a/test/include/test/jemalloc_test.h.in
+++ b/test/include/test/jemalloc_test.h.in
@@ -102,10 +102,7 @@
* a separate allocator for their internal data structures.
*/
#elif defined(JEMALLOC_STRESS_TEST)
-# define JEMALLOC_NO_DEMANGLE
# include "jemalloc/jemalloc@install_suffix@.h"
-# include "jemalloc/internal/public_unnamespace.h"
-# undef JEMALLOC_NO_DEMANGLE
# include "jemalloc/jemalloc_protos_jet.h"
@@ -114,8 +111,13 @@
# include "jemalloc/internal/public_unnamespace.h"
# undef JEMALLOC_JET
+# include "jemalloc/jemalloc_rename.h"
# define JEMALLOC_MANGLE
-# include "jemalloc/jemalloc_mangle@install_suffix@.h"
+# ifdef JEMALLOC_STRESS_TESTLIB
+# include "jemalloc/jemalloc_mangle_jet.h"
+# else
+# include "jemalloc/jemalloc_mangle.h"
+# endif
/******************************************************************************/
/*