mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-04-14 14:41:42 +03:00
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:
parent
dcd15098a8
commit
b267d0f86a
7 changed files with 191 additions and 2 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -12,4 +12,6 @@
|
|||
/jemalloc/src/jemalloc\.h
|
||||
/jemalloc/src/jemalloc_defs\.h
|
||||
/jemalloc/src/*.[od]
|
||||
/jemalloc/test/*.[od]
|
||||
/jemalloc/test/*.out
|
||||
/jemalloc/VERSION
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue