summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Refactor prng to not use 64-bit atomics on 32-bit platforms.Jason Evans2016-11-073-6/+8
* Fix run leak.Jason Evans2016-11-071-5/+7
* Fix arena data structure size calculation.Jason Evans2016-11-041-2/+2
* Fix large allocation to search optimal size class heap.Jason Evans2016-11-041-1/+1
* Fix chunk_alloc_cache() to support decommitted allocation.Jason Evans2016-11-042-11/+13
* Check for existance of CPU_COUNT macro before using it.Dave Watson2016-11-031-1/+7
* Do not use syscall(2) on OS X 10.12 (deprecated).Jason Evans2016-11-032-4/+4
* Add os_unfair_lock support.Jason Evans2016-11-031-0/+2
* Fix/refactor zone allocator integration code.Jason Evans2016-11-031-85/+107
* Add "J" (JSON) support to malloc_stats_print().Jason Evans2016-11-011-377/+854
* Use CLOCK_MONOTONIC_COARSE rather than COARSE_MONOTONIC_RAW.Jason Evans2016-10-301-2/+2
* Use syscall(2) rather than {open,read,close}(2) during boot.Jason Evans2016-10-301-0/+19
* 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-281-0/+31
* Fix over-sized allocation of rtree leaf nodes.Jason Evans2016-10-281-1/+1
* Do not (recursively) allocate within tsd_fetch().Jason Evans2016-10-216-73/+79
* Make dss operations lockless.Jason Evans2016-10-136-127/+118
* Add/use adaptive spinning.Jason Evans2016-10-133-2/+10
* Disallow 0x5a junk filling when running in Valgrind.Jason Evans2016-10-131-6/+28
* Fix and simplify decay-based purging.Jason Evans2016-10-111-51/+58
* Do not advance decay epoch when time goes backwards.Jason Evans2016-10-112-4/+39
* Refactor arena->decay_* into arena->decay.* (arena_decay_t).Jason Evans2016-10-111-38/+38
* Refine nstime_update().Jason Evans2016-10-101-27/+49
* Simplify run quantization.Jason Evans2016-10-062-153/+30
* Refactor runs_avail.Jason Evans2016-10-052-41/+37
* Implement pz2ind(), pind2sz(), and psz2u().Jason Evans2016-10-042-4/+4
* Use TSDN_NULL rather than NULL as appropriate.Jason Evans2016-10-042-7/+7
* Close file descriptor after reading "/proc/sys/vm/overcommit_memory".Jason Evans2016-09-261-0/+1
* Formatting fixes.Jason Evans2016-09-261-9/+12
* Change how the default zone is foundMike Hommey2016-09-261-2/+31
* Fix a valgrind regression in chunk_recycle()Elliot Ronaghan2016-09-261-1/+2
* Fix arena_bind().Qi Wang2016-09-231-6/+7
* Fix rallocx() sampling code to not eagerly commit sampler update.Jason Evans2016-06-081-3/+3
* Fix opt_zero-triggered in-place huge reallocation zeroing.Jason Evans2016-06-081-5/+5
* Fix a Valgrind regression in chunk_alloc_wrapper().Elliot Ronaghan2016-06-071-2/+4
* Fix a Valgrind regression in calloc().Elliot Ronaghan2016-06-071-1/+1
* Fix potential VM map fragmentation regression.Jason Evans2016-06-072-2/+2
* Fix mixed decl in nstime.cElliot Ronaghan2016-06-071-3/+5
* Propagate tsdn to default chunk hooks.Jason Evans2016-06-071-20/+62
* Guard tsdn_tsd() call with tsdn_null() check.Jason Evans2016-05-111-2/+2
* Mangle tested functions as n_witness_* rather than witness_*_impl.Jason Evans2016-05-111-9/+8
* Optimize witness fast path.Jason Evans2016-05-111-118/+4
* Fix chunk accounting related to triggering gdump profiles.Jason Evans2016-05-111-0/+15
* Resolve bootstrapping issues when embedded in FreeBSD libc.Jason Evans2016-05-1114-1196/+1257
* Fix tsd bootstrapping for a0malloc().Jason Evans2016-05-071-27/+31
* Optimize the fast paths of calloc() and [m,d,sd]allocx().Jason Evans2016-05-063-188/+116
* Modify pages_map() to support mapping uncommitted virtual memory.Jason Evans2016-05-063-25/+102
* Scale leak report summary according to sampling probability.Jason Evans2016-05-041-18/+38
* Add the stats.retained and stats.arenas.<i>.retained statistics.Jason Evans2016-05-044-6/+30