summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Revert to first-best-fit run/chunk allocation.Jason Evans2015-07-163-78/+27
* Add timer support for Windows.Jason Evans2015-07-132-10/+24
* Fix alloc_size configure test.Jason Evans2015-07-101-3/+2
* Add configure test for alloc_size attribute.Jason Evans2015-07-103-2/+21
* Avoid function prototype incompatibilities.Jason Evans2015-07-107-49/+100
* Fix an integer overflow bug in {size2index,s2u}_compute().Jason Evans2015-07-103-2/+96
* Fix indentation.Jason Evans2015-07-091-1/+1
* Add a missing ChangeLog entry.Jason Evans2015-07-091-0/+3
* Fix a variable declaration typo.Jason Evans2015-07-081-1/+1
* Use jemalloc_ffs() rather than ffs().Jason Evans2015-07-081-4/+12
* Fix MinGW build warnings.Jason Evans2015-07-084-57/+82
* Fix an assignment type warning for tls_callback.Jason Evans2015-07-081-2/+2
* Fix typos ChangeLogcharsyam2015-07-071-1/+1
* Minor ChangeLog edit.Jason Evans2015-07-071-3/+2
* Move a variable declaration closer to its use.Jason Evans2015-07-071-1/+2
* Optimizations for WindowsMatthijs2015-06-254-2/+36
* Fix size class overflow handling when profiling is enabled.Jason Evans2015-06-249-18/+86
* Convert arena_maybe_purge() recursion to iteration.Jason Evans2015-06-232-10/+27
* Add alignment assertions to public aligned allocation functions.Jason Evans2015-06-231-28/+33
* Fix two valgrind integration regressions.Jason Evans2015-06-222-3/+9
* Update a comment.Jason Evans2015-06-151-1/+2
* Clarify relationship between stats.resident and stats.mapped.Jason Evans2015-05-303-7/+15
* Bypass tcache when draining quarantined allocations.Jason Evans2015-05-301-3/+3
* 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