summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Rename the arenas.extend mallctl to arenas.create.Jason Evans2017-01-0710-29/+29
* Add MALLCTL_ARENAS_ALL.Jason Evans2017-01-076-92/+171
* Reindent.Jason Evans2017-01-071-12/+12
* Fix locking in arena_dirty_count().Jason Evans2017-01-071-1/+3
* Fix allocated_large stats with respect to sampled small allocations.Jason Evans2017-01-071-6/+18
* Fix arena_large_reset_stats_cancel().Jason Evans2017-01-051-1/+1
* Implement per arena base allocators.Jason Evans2016-12-2718-323/+939
* Refactor purging and splitting/merging.Jason Evans2016-12-2711-84/+258
* Rename arena_decay_t's ndirty to nunpurged.Jason Evans2016-12-272-5/+5
* Use exponential series to size extents.Jason Evans2016-12-273-31/+198
* Add huge page configuration and pages_[no}huge().Jason Evans2016-12-279-6/+141
* Fix JSON-mode output for !config_stats and/or !config_prof cases.Jason Evans2016-12-231-10/+11
* Simplify arena_slab_regind().Jason Evans2016-12-235-59/+66
* Restructure *CFLAGS/*CXXFLAGS configuration.Jason Evans2016-12-163-133/+168
* Re-expand the Travis-CI build matrix.Jason Evans2016-12-141-0/+7
* Update Travis-CI config for C++ integration.Jason Evans2016-12-131-11/+8
* Add some missing explicit casts.Jason Evans2016-12-131-3/+4
* jemalloc cpp new/delete bindingsDave Watson2016-12-1313-25/+905
* Add a_type parameter to qr_{meld,split}().Jason Evans2016-12-133-11/+11
* 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-11-301-12/+6
* Implement a more reliable detection scheme for os_unfair_lock.John Szakmeister2016-11-231-0/+5
* Enable overriding JEMALLOC_{ALLOC,FREE}_JUNK.Jason Evans2016-11-221-2/+6
* Style fixes.Jason Evans2016-11-221-6/+6
* Add pthread_atfork(3) feature test.Jason Evans2016-11-173-2/+14
* Update a comment.Jason Evans2016-11-171-1/+1
* Refactor madvise(2) configuration.Jason Evans2016-11-173-30/+39
* Remove a residual comment.Jason Evans2016-11-171-1/+0
* Avoid gcc type-limits warnings.Jason Evans2016-11-171-12/+30
* Remove size_t -> unsigned -> size_t conversion.Maks Naumov2016-11-161-2/+1
* Document how to use --cache configure option.Jason Evans2016-11-161-0/+15
* Revert "Add JE_RUNNABLE() and use it for os_unfair_lock_*() test."Jason Evans2016-11-161-16/+1
* Uniformly cast mallctl[bymib]() oldp/newp arguments to (void *).Jason Evans2016-11-153-10/+11
* Add packing test, which verifies stable layout policy.Jason Evans2016-11-152-0/+168
* Add extent serial numbers.Jason Evans2016-11-157-35/+126
* Fix arena_reset() crashing bug.Jason Evans2016-11-151-41/+42
* Add JE_RUNNABLE() and use it for os_unfair_lock_*() test.Jason Evans2016-11-121-1/+16
* Reduce memory usage for sdallocx() test_alignment_and_size.Jason Evans2016-11-121-2/+2
* Add configure support for *-*-linux-android.Jason Evans2016-11-101-0/+12
* Update config.{guess,sub} from upstream.Jason Evans2016-11-102-90/+160
* Update ChangeLog for 4.3.1.Jason Evans2016-11-081-0/+8
* Fix test_prng_lg_range_zu() to work on 32-bit systems.Jason Evans2016-11-071-10/+10
* Rename atomic_*_{uint32,uint64,u}() to atomic_*_{u32,u64,zu}().Jason Evans2016-11-078-139/+139
* Revert "Define 64-bits atomics unconditionally"Jason Evans2016-11-071-8/+10
* Refactor prng to not use 64-bit atomics on 32-bit platforms.Jason Evans2016-11-078-52/+334
* Update ChangeLog for 4.3.0.Jason Evans2016-11-041-0/+2
* Fixes to Visual Studio Project filesMatthew Parkinson2016-11-042-6/+14
* Use -std=gnu11 if available.Jason Evans2016-11-041-2/+8
* Update ChangeLog for 4.3.0.Jason Evans2016-11-041-3/+9