summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'dev'3.4.0Jason Evans2013-06-034-8/+41
|\
| * Update ChangeLog for 3.4.0.Jason Evans2013-06-031-1/+14
| * Add aarch64 LG_QUANTUM size definitionRiku Voipio2013-05-071-0/+3
| * Fix another deadlock related to chunk_record().Jason Evans2013-04-231-8/+11
| * Fix deadlock related to chunk_record().Jason Evans2013-04-171-4/+11
| * Clarify how to use malloc_conf.Jason Evans2013-03-191-1/+8
|/
* Merge branch 'dev'3.3.1Jason Evans2013-03-0617-141/+241
|\
| * Update ChangeLog for 3.3.1.Jason Evans2013-03-061-1/+5
| * Add no-op bodies to VALGRIND_*() macro stubs.Jason Evans2013-03-061-9/+11
| * fix building for s390 systemsMike Frysinger2013-03-061-1/+1
| * Fix a prof-related locking order bug.Jason Evans2013-02-065-25/+44
| * Fix Valgrind integration.Jason Evans2013-02-019-32/+44
| * Fix a chunk recycling bug.Jason Evans2013-02-012-0/+9
| * Fix two quarantine bugs.Jason Evans2013-01-312-10/+24
| * Fix potential TLS-related memory corruption.Jason Evans2013-01-317-65/+105
|/
* Merge branch 'dev'3.3.0Jason Evans2013-01-2321-311/+648
|\
| * Updated ChangeLog for 3.3.0.Jason Evans2013-01-232-3/+13
| * Specify 'inline' in addition to always_inline attribute.Jason Evans2013-01-231-1/+1
| * Revert opt_abort and opt_junk refactoring.Jason Evans2013-01-231-2/+14
| * Fix quoting bug in --without-export implementation.Jason Evans2013-01-231-1/+1
| * Update phony targets.Jason Evans2013-01-221-2/+2
| * Use config_* instead of JEMALLOC_*.Jason Evans2013-01-222-14/+4
| * Update hash from MurmurHash2 to MurmurHash3.Jason Evans2013-01-226-128/+336
| * Fix AC_PATH_PROG() calls to specify default.Jason Evans2013-01-221-4/+4
| * Add and use JEMALLOC_ALWAYS_INLINE.Jason Evans2013-01-224-51/+59
| * Tighten valgrind integration.Jason Evans2013-01-223-22/+31
| * Avoid validating freshly mapped memory.Jason Evans2013-01-221-17/+17
| * Fix build break on *BSDGarrett Cooper2012-12-243-1/+11
| * Improve configure tests for ffslGarrett Cooper2012-12-241-2/+4
| * Don't mangle errno with free(3) if utrace(2) failsGarrett Cooper2012-12-241-0/+2
| * Allow to enable ivsalloc independentlyMike Hommey2012-12-232-2/+23
| * Allow to disable the zone allocator on DarwinMike Hommey2012-12-233-2/+26
| * Add clipping support to lg_chunk option processing.Jason Evans2012-12-232-21/+28
| * Fix chunk_recycle() Valgrind integration.Jason Evans2012-12-122-3/+4
| * Fix "arenas.extend" mallctl to return the number of arenas.Jason Evans2012-11-302-9/+16
| * Allow to build without exporting symbolsMike Hommey2012-11-252-0/+12
| * Avoid arena_prof_accum()-related locking when possible.Jason Evans2012-11-135-36/+50
* | Merge branch 'dev'3.2.0Jason Evans2012-11-097-276/+421
|\ \ | |/
| * Update ChangeLog for 3.2.0.Jason Evans2012-11-091-2/+6
| * Tweak chunk purge order according to fragmentation.Jason Evans2012-11-071-11/+34
| * document what stats.active does not trackJan Beich2012-11-071-2/+4
| * Don't register jemalloc's zone allocator if something else already replaced t...Mike Hommey2012-11-071-1/+11
| * Purge unused dirty pages in a fragmentation-reducing order.Jason Evans2012-11-064-221/+337
| * Fix deadlock in the arenas.purge mallctl.Jason Evans2012-11-041-26/+22
| * Fix dss/mmap allocation precedence code.Jason Evans2012-10-172-26/+20
* | Merge branch 'dev'3.1.0Jason Evans2012-10-1635-333/+1216
|\ \ | |/
| * Update ChangeLog for 3.1.0.Jason Evans2012-10-161-1/+12
| * Add ctl_mutex proection to arena_i_dss_ctl().Jason Evans2012-10-151-0/+2
| * Add arena-specific and selective dss allocation.Jason Evans2012-10-1323-240/+905
| * mark _pthread_mutex_init_calloc_cb as public explicitlyJan Beich2012-10-101-1/+1