| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | Update ChangeLog for 3.4.1. | Jason Evans | 2013-10-21 | 1 | -1/+1 | |
| | * | Update README. | Jason Evans | 2013-10-21 | 1 | -7/+11 | |
| | * | Fix a compiler warning. | Jason Evans | 2013-10-20 | 1 | -1/+1 | |
| | * | Fix a race condition in the "arenas.extend" mallctl. | Jason Evans | 2013-10-20 | 2 | -36/+46 | |
| | * | Fix an off-by-one flaw in a test. | Jason Evans | 2013-10-20 | 1 | -1/+2 | |
| | * | Fix dangerous casts in tests. | Jason Evans | 2013-10-20 | 3 | -6/+10 | |
| | * | Fix a Valgrind integration flaw. | Jason Evans | 2013-10-20 | 3 | -9/+25 | |
| | * | Update ChangeLog. | Jason Evans | 2013-10-20 | 1 | -0/+10 | |
| | * | Fix a Valgrind integration flaw. | Jason Evans | 2013-10-20 | 3 | -32/+57 | |
| | * | Fix inlining warning. | Jason Evans | 2013-10-20 | 2 | -3/+15 | |
| | * | Silence an unused variable warning. | Jason Evans | 2013-10-20 | 1 | -1/+1 | |
| | * | malloc_conf_init: revert errno value when readlink(2) fail. | Alexandre Perrin | 2013-10-13 | 1 | -14/+14 | |
| | * | Fix typo. | Jason Evans | 2013-10-03 | 1 | -1/+1 | |
| | * | Fix build break for MSVC. | Jason Evans | 2013-08-20 | 2 | -2/+7 | |
| | * | Allow toolchain to determine ar | Jory A. Pratt | 2013-08-19 | 2 | -4/+10 | |
| |/ | ||||||
| * | Merge branch 'dev'3.4.0 | Jason Evans | 2013-06-03 | 4 | -8/+41 | |
| |\ | ||||||
| | * | Update ChangeLog for 3.4.0. | Jason Evans | 2013-06-03 | 1 | -1/+14 | |
| | * | Add aarch64 LG_QUANTUM size definition | Riku Voipio | 2013-05-07 | 1 | -0/+3 | |
| | * | Fix another deadlock related to chunk_record(). | Jason Evans | 2013-04-23 | 1 | -8/+11 | |
| | * | Fix deadlock related to chunk_record(). | Jason Evans | 2013-04-17 | 1 | -4/+11 | |
| | * | Clarify how to use malloc_conf. | Jason Evans | 2013-03-19 | 1 | -1/+8 | |
| |/ | ||||||
| * | Merge branch 'dev'3.3.1 | Jason Evans | 2013-03-06 | 17 | -141/+241 | |
| |\ | ||||||
| | * | Update ChangeLog for 3.3.1. | Jason Evans | 2013-03-06 | 1 | -1/+5 | |
| | * | Add no-op bodies to VALGRIND_*() macro stubs. | Jason Evans | 2013-03-06 | 1 | -9/+11 | |
| | * | fix building for s390 systems | Mike Frysinger | 2013-03-06 | 1 | -1/+1 | |
| | * | Fix a prof-related locking order bug. | Jason Evans | 2013-02-06 | 5 | -25/+44 | |
| | * | Fix Valgrind integration. | Jason Evans | 2013-02-01 | 9 | -32/+44 | |
| | * | Fix a chunk recycling bug. | Jason Evans | 2013-02-01 | 2 | -0/+9 | |
| | * | Fix two quarantine bugs. | Jason Evans | 2013-01-31 | 2 | -10/+24 | |
| | * | Fix potential TLS-related memory corruption. | Jason Evans | 2013-01-31 | 7 | -65/+105 | |
| |/ | ||||||
| * | Merge branch 'dev'3.3.0 | Jason Evans | 2013-01-23 | 21 | -311/+648 | |
| |\ | ||||||
| | * | Updated ChangeLog for 3.3.0. | Jason Evans | 2013-01-23 | 2 | -3/+13 | |
| | * | Specify 'inline' in addition to always_inline attribute. | Jason Evans | 2013-01-23 | 1 | -1/+1 | |
| | * | Revert opt_abort and opt_junk refactoring. | Jason Evans | 2013-01-23 | 1 | -2/+14 | |
| | * | Fix quoting bug in --without-export implementation. | Jason Evans | 2013-01-23 | 1 | -1/+1 | |
| | * | Update phony targets. | Jason Evans | 2013-01-22 | 1 | -2/+2 | |
| | * | Use config_* instead of JEMALLOC_*. | Jason Evans | 2013-01-22 | 2 | -14/+4 | |
| | * | Update hash from MurmurHash2 to MurmurHash3. | Jason Evans | 2013-01-22 | 6 | -128/+336 | |
| | * | Fix AC_PATH_PROG() calls to specify default. | Jason Evans | 2013-01-22 | 1 | -4/+4 | |
| | * | Add and use JEMALLOC_ALWAYS_INLINE. | Jason Evans | 2013-01-22 | 4 | -51/+59 | |
| | * | Tighten valgrind integration. | Jason Evans | 2013-01-22 | 3 | -22/+31 | |
| | * | Avoid validating freshly mapped memory. | Jason Evans | 2013-01-22 | 1 | -17/+17 | |
| | * | Fix build break on *BSD | Garrett Cooper | 2012-12-24 | 3 | -1/+11 | |
| | * | Improve configure tests for ffsl | Garrett Cooper | 2012-12-24 | 1 | -2/+4 | |
| | * | Don't mangle errno with free(3) if utrace(2) fails | Garrett Cooper | 2012-12-24 | 1 | -0/+2 | |
| | * | Allow to enable ivsalloc independently | Mike Hommey | 2012-12-23 | 2 | -2/+23 | |
| | * | Allow to disable the zone allocator on Darwin | Mike Hommey | 2012-12-23 | 3 | -2/+26 | |
| | * | Add clipping support to lg_chunk option processing. | Jason Evans | 2012-12-23 | 2 | -21/+28 | |
| | * | Fix chunk_recycle() Valgrind integration. | Jason Evans | 2012-12-12 | 2 | -3/+4 | |
| | * | Fix "arenas.extend" mallctl to return the number of arenas. | Jason Evans | 2012-11-30 | 2 | -9/+16 | |
