summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix/simplify extent_recycle() allocation size computations.Jason Evans2016-11-041-6/+5
* Fix extent_recycle()'s cache-oblivious padding support.Jason Evans2016-11-041-5/+6
* Fix psz/pind edge cases.Jason Evans2016-11-047-53/+39
* Fix extent_alloc_cache[_locked]() to support decommitted allocation.Jason Evans2016-11-044-20/+19
* Update symbol mangling.Jason Evans2016-11-031-0/+2
* Update ChangeLog for 4.3.0.Jason Evans2016-11-031-0/+37
* Support Debian GNU/kFreeBSD.Samuel Moritz2016-11-031-1/+1
* Fix long spinning in rtree_node_initDave Watson2016-11-034-19/+15
* Check for existance of CPU_COUNT macro before using it.Dave Watson2016-11-031-1/+7
* Fix sycall(2) configure test for Linux.Jason Evans2016-11-031-2/+1
* Do not use syscall(2) on OS X 10.12 (deprecated).Jason Evans2016-11-034-4/+24
* Add os_unfair_lock support.Jason Evans2016-11-037-0/+42
* Fix/refactor zone allocator integration code.Jason Evans2016-11-032-85/+108
* Call _exit(2) rather than exit(3) in forked child.Jason Evans2016-11-031-1/+1
* Force no lazy-lock on Windows.Jason Evans2016-11-021-5/+11
* malloc_stats_print() fixes/cleanups.Jason Evans2016-11-011-18/+3
* Use <quote>...</quote> rather than &ldquo;...&rdquo; or "..." in XML.Jason Evans2016-11-012-31/+33
* Add "J" (JSON) support to malloc_stats_print().Jason Evans2016-11-012-335/+738
* Fix extent_rtree acquire() to release element on error.Jason Evans2016-10-311-1/+3
* Add an assertion in witness_owner().Jason Evans2016-10-311-0/+3