Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Avoid overflow in arena_run_regind(). | Jason Evans | 2011-03-22 | 1 | -1/+5 |
* | Use bitmaps to track small regions. | Jason Evans | 2011-03-17 | 2 | -0/+155 |
* | Fix a "thread.arena" mallctl bug. | Jason Evans | 2011-03-14 | 1 | -14/+24 |
* | Fix "thread.{de,}allocatedp" mallctl. | Jason Evans | 2011-02-14 | 1 | -0/+37 |
* | Use mremap(2) for huge realloc(). | Jason Evans | 2010-12-01 | 2 | -0/+69 |
* | Replace JEMALLOC_OPTIONS with MALLOC_CONF. | Jason Evans | 2010-10-24 | 1 | -10/+10 |
* | Add per thread allocation counters, and enhance heap sampling. | Jason Evans | 2010-10-21 | 2 | -0/+107 |
* | Fix tests build when --with-install-suffix is set. | Jason Evans | 2010-10-07 | 5 | -4/+10 |
* | Fix compiler warnings. | Jason Evans | 2010-09-21 | 1 | -2/+13 |
* | Add {,r,s,d}allocm(). | Jason Evans | 2010-09-17 | 5 | -3/+279 |
* | Fix porting regressions. | Jason Evans | 2010-09-12 | 2 | -13/+7 |
* | Add posix_memalign test. | Jason Evans | 2010-09-12 | 2 | -0/+153 |
* | Port to Mac OS X. | Jason Evans | 2010-09-12 | 1 | -4/+6 |
* | Add the thread.arena mallctl. | Jason Evans | 2010-08-14 | 2 | -0/+71 |