summaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorJason Evans <je@facebook.com>2010-08-13 22:42:29 (GMT)
committerJason Evans <je@facebook.com>2010-08-14 00:36:00 (GMT)
commitb267d0f86aff15a0edb2929f09060c118ed98ec4 (patch)
tree04753d90582013a2afd1da1918a9439e6b7358c5 /.gitignore
parentdcd15098a8adfa6e44d7d1d041df968fb5fe9d82 (diff)
downloadjemalloc-b267d0f86aff15a0edb2929f09060c118ed98ec4.zip
jemalloc-b267d0f86aff15a0edb2929f09060c118ed98ec4.tar.gz
jemalloc-b267d0f86aff15a0edb2929f09060c118ed98ec4.tar.bz2
Add the thread.arena mallctl.
Make it possible for each thread to manage which arena it is associated with. Implement the 'tests' and 'check' build targets.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index d9e49f8..8e95c7a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -12,4 +12,6 @@
/jemalloc/src/jemalloc\.h
/jemalloc/src/jemalloc_defs\.h
/jemalloc/src/*.[od]
+/jemalloc/test/*.[od]
+/jemalloc/test/*.out
/jemalloc/VERSION