summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'dev'2.1.1Jason Evans2011-02-0112-89/+97
|\
| * Update ChangeLog for 2.1.1.Jason Evans2011-02-011-1/+9
| * Fix an alignment-related bug in huge_ralloc().Jason Evans2011-02-011-3/+3
| * Fix ALLOCM_LG_ALIGN definition.Jason Evans2011-01-261-1/+1
| * Fix assertion typos.Jason Evans2011-01-152-8/+8
| * Fix a heap dumping deadlock.Jason Evans2011-01-151-8/+22
| * Fix a "thread.arena" mallctl bug.Jason Evans2010-12-291-0/+5
| * Update various comments.Jason Evans2010-12-182-49/+40
| * Remove an arena_bin_run_size_calc() constraint.Jason Evans2010-12-161-3/+1
| * Edit INSTALL.Jason Evans2010-12-161-8/+8
| * Remove high_water from tcache_bin_t.Jason Evans2010-12-162-8/+0
* | Merge branch 'dev'2.1.0Jason Evans2010-12-0422-1866/+2675
|\ \ | |/
| * Updated ChangeLog for 2.1.0.Jason Evans2010-12-041-0/+17
| * Add the "thread.[de]allocatedp" mallctl's.Jason Evans2010-12-032-2/+36
| * Use mremap(2) for huge realloc().Jason Evans2010-12-0114-17/+182
| * Convert man page from roff to DocBook.Jason Evans2010-11-279-1774/+2317
| * Push down ctl_mtx.Jason Evans2010-11-241-74/+124
| * Fix mallctlnametomib() documentation.Jason Evans2010-11-051-2/+2
* | Merge branch 'dev'2.0.1Jason Evans2010-10-303-34/+67
|\ \ | |/
| * Update ChangeLog for 2.0.1.Jason Evans2010-10-301-0/+9
| * Fix prof bugs.Jason Evans2010-10-281-6/+29
| * Fix compilation error.Jason Evans2010-10-251-1/+3
| * Re-indent ChangeLog.Jason Evans2010-10-241-27/+26
* | Merge branch 'dev'2.0.0Jason Evans2010-10-2450-2494/+6075
|\ \ | |/
| * Document groff commands for manpage formatting.Jason Evans2010-10-241-2/+6
| * Bump library version number.Jason Evans2010-10-241-1/+1
| * Add ChangeLog.Jason Evans2010-10-243-18/+149
| * Use madvise(..., MADV_FREE) on OS X.Jason Evans2010-10-243-10/+4
| * Edit manpage.Jason Evans2010-10-241-11/+19
| * Re-format size class table.Jason Evans2010-10-241-51/+17
| * Add missing #ifdef JEMALLOC_PROF.Jason Evans2010-10-241-0/+2
| * Replace JEMALLOC_OPTIONS with MALLOC_CONF.Jason Evans2010-10-2418-967/+999
| * Fix heap profiling bugs.Jason Evans2010-10-226-83/+85
| * Fix a heap profiling regression.Jason Evans2010-10-213-101/+110
| * Inline the fast path for heap sampling.Jason Evans2010-10-213-504/+447
| * Add per thread allocation counters, and enhance heap sampling.Jason Evans2010-10-2110-155/+563
| * Fix a bug in arena_dalloc_bin_run().Jason Evans2010-10-191-13/+53
| * Fix arena bugs.Jason Evans2010-10-181-6/+19
| * Fix arena bugs.Jason Evans2010-10-181-43/+58
| * Add assertions to run coalescing.Jason Evans2010-10-181-7/+17
| * Fix numerous arena bugs.Jason Evans2010-10-182-80/+172
| * Preserve CHUNK_MAP_UNZEROED for small runs.Jason Evans2010-10-161-4/+8
| * Fix a regression in CHUNK_MAP_UNZEROED change.Jason Evans2010-10-141-2/+3
| * Re-organize prof-libgcc configuration.Jason Evans2010-10-071-7/+10
| * Fix tests build when --with-install-suffix is set.Jason Evans2010-10-078-11/+19
| * Move variable declaration out of for loop header.Jason Evans2010-10-071-1/+2
| * Increase PRN 'a' and 'c' constants.Jason Evans2010-10-032-2/+2
| * Fix leak context count reporting.Jason Evans2010-10-031-3/+3
| * Increase default backtrace depth from 4 to 128.Jason Evans2010-10-033-10/+59
| * Make cumulative heap profile data optional.Jason Evans2010-10-038-124/+328