summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * Use rtree-based chunk lookups rather than pointer bit twiddling.Jason Evans2016-06-0314-504/+548
| * Add element acquire/release capabilities to rtree.Jason Evans2016-06-036-136/+303
| * Remove obsolete reference to Valgrind and quarantine.Jason Evans2016-06-031-3/+1
| * Rename extent_node_t to extent_t.Jason Evans2016-05-1614-486/+491
| * Simplify run quantization.Jason Evans2016-05-164-169/+31
| * Refactor runs_avail.Jason Evans2016-05-167-53/+81
| * Implement pz2ind(), pind2sz(), and psz2u().Jason Evans2016-05-136-26/+203
| * Initialize arena_bin_info at compile time rather than at boot time.Jason Evans2016-05-135-96/+100
| * Implement BITMAP_INFO_INITIALIZER(nbits).Jason Evans2016-05-133-131/+366
| * Remove redzone support.Jason Evans2016-05-1314-301/+41
| * Remove quarantine support.Jason Evans2016-05-1324-519/+51
| * Remove Valgrind support.Jason Evans2016-05-1323-409/+33
| * Use TSDN_NULL rather than NULL as appropriate.Jason Evans2016-05-133-9/+9
| * Fix a typo.Jason Evans2016-05-121-1/+1
* | Merge branch 'rc-4.5.0'4.5.0Jason Evans2017-03-0183-515/+2388
|\ \
| * | Update ChangeLog for 4.5.0.Jason Evans2017-03-011-0/+35
| * | Add casts to CONF_HANDLE_T_U().Jason Evans2017-03-011-6/+6
| * | Alphabetize private symbol names.Jason Evans2017-02-281-1/+1
| * | Fix/enhance THP integration.Jason Evans2017-02-2813-21/+177
| * | restructure *CFLAGS configuration.Jason Evans2017-02-283-111/+141
| * | Handle race in stats_arena_bins_printQi Wang2017-02-271-3/+13
| * | Fix lg_chunk clamping for config_cache_oblivious.Jason Evans2017-02-272-16/+12
| * | Add some missing explicit casts.Jason Evans2017-02-271-3/+4
| * | Fix huge-aligned allocation.Jason Evans2017-02-276-11/+141
| * | Silence harmless warnings discovered via run_tests.sh.Jason Evans2017-02-261-2/+7
| * | Test JSON output of malloc_stats_print() and fix bugs.Jason Evans2017-02-263-27/+1035
| * | Fix JSON-mode output for !config_stats and/or !config_prof cases.Jason Evans2017-02-261-9/+10
| * | Fix chunk_alloc_dss() regression.Jason Evans2017-02-261-18/+27
| * | Relax witness assertions related to prof_gdump().Jason Evans2017-02-233-6/+19
| * | Add witness_assert_depth[_to_rank]().Jason Evans2017-02-237-107/+141
| * | Enable mutex witnesses even when !isthreaded.Jason Evans2017-02-231-7/+5
| * | CI: Run --enable-debug builds on windowsDavid Goldblatt2017-02-231-1/+15
| * | Use MALLOC_CONF rather than malloc_conf for tests.Jason Evans2017-02-2338-87/+129
| * | Fix/refactor tcaches synchronization.Jason Evans2017-02-236-38/+110
| * | Repair file permissions.Jason Evans2017-02-2223-0/+0
| * | Beef up travis CI integration testingDavid Goldblatt2017-02-212-11/+162
| * | Avoid redeclaring glibc's secure_getenvTamir Duberstein2017-01-251-5/+6
| * | Fix lock order reversal during gdump.Jason Evans2017-01-244-30/+61
| * | Convert witness_assert_lockless() to witness_assert_lock_depth().Jason Evans2017-01-245-81/+102
| * | Add dummy implementations for most remaining OSX zone allocator functionsMike Hommey2017-01-181-10/+108
| * | Don't rely on OSX SDK malloc/malloc.h for malloc_zone struct definitionsMike Hommey2017-01-184-69/+86
| * | Use better pre-processor defines for sparc64John Paul Adrian Glaubitz2017-01-131-1/+1
|/ /
* | Merge branch 'rc-4.4.0'4.4.0Jason Evans2016-12-0455-705/+1396
|\ \
| * | Update ChangeLog for 4.4.0.Jason Evans2016-12-041-0/+27
| * | Add --disable-syscall.Jason Evans2016-12-045-15/+33
| * | Update configure cache file example.Jason Evans2016-12-041-12/+6
| * | Fix pages_purge() when using MADV_DONTNEED.Jason Evans2016-12-041-1/+1
| * | Implement a more reliable detection scheme for os_unfair_lock.John Szakmeister2016-11-291-0/+5
| * | Mark partially purged arena chunks as non-hugepage.Jason Evans2016-11-249-5/+110
| * | Enable overriding JEMALLOC_{ALLOC,FREE}_JUNK.Jason Evans2016-11-221-2/+6