diff options
author | Gareth Lloyd <gareth@ignition-web.co.uk> | 2019-09-24 15:09:07 (GMT) |
---|---|---|
committer | Qi Wang <interwq@gmail.com> | 2019-09-24 18:24:57 (GMT) |
commit | 1df9dd35154ca460facbd74f779a13dcece78dac (patch) | |
tree | 00928c1b4180c6f7cf8d157c5eddaded8e41f113 /msvc | |
parent | 3d84bd57f4954a17059bd31330ec87d3c1876411 (diff) | |
download | jemalloc-1df9dd35154ca460facbd74f779a13dcece78dac.zip jemalloc-1df9dd35154ca460facbd74f779a13dcece78dac.tar.gz jemalloc-1df9dd35154ca460facbd74f779a13dcece78dac.tar.bz2 |
Fix je_ prefix issue in test
Diffstat (limited to 'msvc')
-rw-r--r-- | msvc/test_threads/test_threads.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/msvc/test_threads/test_threads.cpp b/msvc/test_threads/test_threads.cpp index 92e3162..6eed028 100644 --- a/msvc/test_threads/test_threads.cpp +++ b/msvc/test_threads/test_threads.cpp @@ -9,6 +9,7 @@ #include <thread> #include <vector> #include <stdio.h> +#define JEMALLOC_NO_DEMANGLE #include <jemalloc/jemalloc.h> using std::vector; |