summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * Update ChangeLog for 3.4.1.Jason Evans2013-10-211-1/+1
| * Update README.Jason Evans2013-10-211-7/+11
| * Fix a compiler warning.Jason Evans2013-10-201-1/+1
| * Fix a race condition in the "arenas.extend" mallctl.Jason Evans2013-10-202-36/+46
| * Fix an off-by-one flaw in a test.Jason Evans2013-10-201-1/+2
| * Fix dangerous casts in tests.Jason Evans2013-10-203-6/+10
| * Fix a Valgrind integration flaw.Jason Evans2013-10-203-9/+25
| * Update ChangeLog.Jason Evans2013-10-201-0/+10
| * Fix a Valgrind integration flaw.Jason Evans2013-10-203-32/+57
| * Fix inlining warning.Jason Evans2013-10-202-3/+15
| * Silence an unused variable warning.Jason Evans2013-10-201-1/+1
| * malloc_conf_init: revert errno value when readlink(2) fail.Alexandre Perrin2013-10-131-14/+14
| * Fix typo.Jason Evans2013-10-031-1/+1
| * Fix build break for MSVC.Jason Evans2013-08-202-2/+7
| * Allow toolchain to determine arJory A. Pratt2013-08-192-4/+10
|/
* 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