summaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorJason Evans <je@fb.com>2014-01-17 01:38:01 (GMT)
committerJason Evans <je@fb.com>2014-01-17 01:38:01 (GMT)
commitf234dc51b9740242d8ba69307db7c5a1312f5a03 (patch)
tree905932c235c70e6cf79c91126633cfbb40c98c92 /.gitignore
parent4f37ef693e3d5903ce07dc0b61c0da320b35e3d9 (diff)
downloadjemalloc-f234dc51b9740242d8ba69307db7c5a1312f5a03.zip
jemalloc-f234dc51b9740242d8ba69307db7c5a1312f5a03.tar.gz
jemalloc-f234dc51b9740242d8ba69307db7c5a1312f5a03.tar.bz2
Fix name mangling for stress tests.
Fix stress tests such that testlib code uses the jet_ allocator, but test code uses libjemalloc. Generate jemalloc_{rename,mangle}.h, the former because it's needed for the stress test name mangling fix, and the latter for consistency. As an artifact of this change, some (but not all) definitions related to the experimental API are absent from the headers unless the feature is enabled at configure time.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore5
1 files changed, 4 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 1d593e7..4c408ec 100644
--- a/.gitignore
+++ b/.gitignore
@@ -24,14 +24,17 @@
/include/jemalloc/internal/private_namespace.h
/include/jemalloc/internal/private_unnamespace.h
/include/jemalloc/internal/public_namespace.h
+/include/jemalloc/internal/public_symbols.txt
/include/jemalloc/internal/public_unnamespace.h
/include/jemalloc/internal/size_classes.h
/include/jemalloc/jemalloc.h
/include/jemalloc/jemalloc_defs.h
/include/jemalloc/jemalloc_macros.h
+/include/jemalloc/jemalloc_mangle.h
+/include/jemalloc/jemalloc_mangle_jet.h
/include/jemalloc/jemalloc_protos.h
/include/jemalloc/jemalloc_protos_jet.h
-/include/jemalloc/jemalloc_mangle.h
+/include/jemalloc/jemalloc_rename.h
/src/*.[od]
/src/*.gcda