summaryrefslogtreecommitdiffstats
path: root/jemalloc/README
Commit message (Collapse)AuthorAgeFilesLines
* Move repo contents in jemalloc/ to top level.Jason Evans2011-04-011-16/+0
|
* Add ChangeLog.Jason Evans2010-10-241-4/+6
| | | | | | Add ChangeLog, which briefly summarizes releases. Edit README and INSTALL.
* Update documentation.1.0.0Jason Evans2010-04-121-0/+10
|
* Clean up the manpage and conditionalize various portions according to howJason Evans2009-06-261-0/+4
jemalloc is configured. Modify arena_malloc() API to avoid unnecessary choose_arena() calls. Remove unnecessary code from choose_arena(). Enable lazy-lock by default, now that choose_arena() is both faster and out of the critical path. Implement objdir support in the build system.