Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move repo contents in jemalloc/ to top level. | Jason Evans | 2011-04-01 | 1 | -16/+0 |
| | |||||
* | Add ChangeLog. | Jason Evans | 2010-10-24 | 1 | -4/+6 |
| | | | | | | Add ChangeLog, which briefly summarizes releases. Edit README and INSTALL. | ||||
* | Update documentation.1.0.0 | Jason Evans | 2010-04-12 | 1 | -0/+10 |
| | |||||
* | Clean up the manpage and conditionalize various portions according to how | Jason Evans | 2009-06-26 | 1 | -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. |