summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix type errors in C11 versions of atomic_*() functions.Chi-hung Hsieh2015-05-281-8/+8
* Impose a minimum tcache count for small size classes.Jason Evans2015-05-202-1/+10
* Fix arena_dalloc() performance regression.Jason Evans2015-05-201-1/+2
* Fix performance regression in arena_palloc().Jason Evans2015-05-201-2/+13
* Fix nhbins calculation.Jason Evans2015-05-201-1/+1
* Avoid atomic operations for dependent rtree reads.Jason Evans2015-05-165-26/+43
* Fix type punning in calls to atomic operation functions.Jason Evans2015-05-082-8/+15
* Implement cache index randomization for large allocations.Jason Evans2015-05-0610-73/+279
* Clean up bin/jeprof in distclean build target.Jason Evans2015-05-051-0/+1
* Rename pprof to jeprof.Jason Evans2015-05-017-63/+68
* Prefer /proc/<pid>/task/<pid>/maps over /proc/<pid>/maps on Linux.Jason Evans2015-05-011-5/+24
* Embed full library install when running ld on OS X.Jason Evans2015-05-011-1/+1
* Concise JEMALLOC_HAVE_ISSETUGID case in secure_getenv().Igor Podlesny2015-04-301-11/+3
* Fix mallctl doc: arenas.hchunk.<i>.sizeQinfan Wu2015-04-302-3/+3
* OpenBSD don't support TLSSébastien Marie2015-04-071-1/+7
* Fix in-place shrinking huge reallocation purging bugs.Jason Evans2015-03-262-21/+17
* Add the "stats.arenas.<i>.lg_dirty_mult" mallctl.Jason Evans2015-03-247-19/+35
* Fix signed/unsigned comparison in arena_lg_dirty_mult_valid().Jason Evans2015-03-242-4/+5
* Fix arena_get() usage.Jason Evans2015-03-241-5/+17
* We have pages_unmap(ret, size) so we use it.Igor Podlesny2015-03-241-9/+1
* Add the "stats.allocated" mallctl.Jason Evans2015-03-248-23/+67
* Fix indentation inconsistencies.Igor Podlesny2015-03-221-6/+6
* Fix a compile error caused by mixed declarations and code.Qinfan Wu2015-03-211-2/+3
* Fix lg_dirty_mult-related stats printing.Jason Evans2015-03-211-66/+82
* Restore --enable-ivsalloc.Jason Evans2015-03-196-5/+43
* Implement dynamic per arena control over dirty page purging.Jason Evans2015-03-1913-96/+457
* Use InterlockedCompareExchange instead of non-existing InterlockedCompareExch...Mike Hommey2015-03-171-1/+1
* Fix heap profiling regressions.Jason Evans2015-03-162-13/+31
* Eliminate innocuous compiler warnings.Jason Evans2015-03-141-0/+2
* Fix a heap profiling regression.Jason Evans2015-03-142-13/+32
* use CLOCK_MONOTONIC in the timer if it's availableDaniel Micay2015-03-132-0/+27
* Use the error code given to buferror on WindowsMike Hommey2015-03-131-1/+1
* Fix a heap profiling regression.Jason Evans2015-03-121-2/+7
* Fix unsigned comparison underflow.Jason Evans2015-03-122-2/+2
* Fix a declaration-after-statement regression.Jason Evans2015-03-111-3/+2
* Normalize rdelm/rd structure field naming.Jason Evans2015-03-113-27/+27
* Refactor dirty run linkage to reduce sizeof(extent_node_t).Jason Evans2015-03-114-57/+95
* Update ChangeLog.Jason Evans2015-03-091-1/+150
* Fix a chunk_recycle() regression.Jason Evans2015-03-071-4/+15
* Use first-fit rather than first-best-fit run/chunk allocation.Jason Evans2015-03-073-30/+87
* Quantize szad trees by size class.Jason Evans2015-03-074-14/+39
* Change default chunk size from 4 MiB to 256 KiB.Jason Evans2015-03-072-14/+14
* Preserve LastError when calling TlsGetValueMike Hommey2015-03-041-2/+6
* Make --without-export actually workMike Hommey2015-03-042-5/+15
* adding support for bitrigDave Huseby2015-02-261-1/+1
* Fix a compilation error and an incorrect assertion.Jason Evans2015-02-191-2/+2
* Fix chunk cache races.Jason Evans2015-02-195-134/+258
* Rename "dirty chunks" to "cached chunks".Jason Evans2015-02-187-86/+91
* Fix chunk_unmap() to propagate dirty state.Jason Evans2015-02-183-8/+14
* arena_chunk_dirty_node_init() --> extent_node_dirty_linkage_init()Jason Evans2015-02-183-11/+13