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.
This commit is contained in:
Jason Evans
2010-08-13 15:42:29 -07:00
parent dcd15098a8
commit b267d0f86a
7 changed files with 191 additions and 2 deletions

2
.gitignore vendored
View File

@@ -12,4 +12,6 @@
/jemalloc/src/jemalloc\.h
/jemalloc/src/jemalloc_defs\.h
/jemalloc/src/*.[od]
/jemalloc/test/*.[od]
/jemalloc/test/*.out
/jemalloc/VERSION