diff options
author | Jason Evans <je@facebook.com> | 2010-08-13 22:42:29 (GMT) |
---|---|---|
committer | Jason Evans <je@facebook.com> | 2010-08-14 00:36:00 (GMT) |
commit | b267d0f86aff15a0edb2929f09060c118ed98ec4 (patch) | |
tree | 04753d90582013a2afd1da1918a9439e6b7358c5 /.gitignore | |
parent | dcd15098a8adfa6e44d7d1d041df968fb5fe9d82 (diff) | |
download | jemalloc-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-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -12,4 +12,6 @@ /jemalloc/src/jemalloc\.h /jemalloc/src/jemalloc_defs\.h /jemalloc/src/*.[od] +/jemalloc/test/*.[od] +/jemalloc/test/*.out /jemalloc/VERSION |