summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Refactor witness_unlock() to fix undefined test behavior.Jason Evans2016-10-312-11/+29
* Use CLOCK_MONOTONIC_COARSE rather than COARSE_MONOTONIC_RAW.Jason Evans2016-10-303-10/+10
* Use syscall(2) rather than {open,read,close}(2) during boot.Jason Evans2016-10-301-0/+19
* Fix EXTRA_CFLAGS to not affect configuration.Jason Evans2016-10-302-5/+4
* Do not mark malloc_conf as weak on Windows.Jason Evans2016-10-291-1/+1
* Do not mark malloc_conf as weak for unit tests.Jason Evans2016-10-291-1/+5
* Support static linking of jemalloc with glibcDave Watson2016-10-282-0/+34
* Reduce memory requirements for regression tests.Jason Evans2016-10-283-35/+55
* Periodically purge in memory-intensive integration tests.Jason Evans2016-10-281-0/+7
* Periodically purge in memory-intensive integration tests.Jason Evans2016-10-283-6/+27
* Fix over-sized allocation of rtree leaf nodes.Jason Evans2016-10-281-1/+1
* Uniformly cast mallctl[bymib]() oldp/newp arguments to (void *).Jason Evans2016-10-2825-317/+358
* Explicitly cast negative constants meant for use as unsigned.Jason Evans2016-10-281-3/+5
* Add cast to silence (harmless) conversion warning.Jason Evans2016-10-281-1/+1
* Avoid negation of unsigned numbers.Jason Evans2016-10-281-2/+2
* Only link with libm (-lm) if necessary.Jason Evans2016-10-282-6/+16
* Only use --whole-archive with gcc.Jason Evans2016-10-283-3/+7
* Do not force lazy lock on Windows.Jason Evans2016-10-271-1/+0