aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Output all counters for bin mutex stats.Qi Wang2017-10-191-4/+7
* Add a "dumpable" bit to the extent state.David Goldblatt2017-10-166-21/+65
* Add pages_dontdump and pages_dodump.David Goldblatt2017-10-162-0/+25
* Add configure-time detection for madvise(..., MADV_DO[NT]DUMP)David Goldblatt2017-10-162-0/+16
* Factor out extent-splitting core from extent lifetime management.David Goldblatt2017-10-161-81/+149
* Document some of the internal extent functions.David Goldblatt2017-10-161-0/+35
* Fix MSVC 2015 project and add a VS 2017 solutionrustyx2017-10-1614-10/+870
* Remove the default value for JEMALLOC_PURGE_MADVISE_DONTNEED_ZEROS.Qi Wang2017-10-111-2/+2
* Define MADV_FREE on our own when needed.Qi Wang2017-10-114-1/+23
* Document the potential issues about opt.background_thread.Qi Wang2017-10-111-3/+6
* Set isthreaded manually.Qi Wang2017-10-051-5/+6
* Delay background_thread_ctl_init to right before thread creation.Qi Wang2017-10-052-4/+6
* Enable a0 metadata thp on the 3rd base block.Qi Wang2017-10-051-21/+64
* Power: disable the CPU_SPINWAIT macro.David Goldblatt2017-10-044-6/+18
* Use ph instead of rb tree for extents_avail_Dave Watson2017-10-043-17/+14
* Logging: capitalize log macro.David Goldblatt2017-10-023-70/+61
* ARM: Don't extend bit LG_VADDR to compute high address bits.David Goldblatt2017-10-021-0/+12
* Add runtime detection of lazy purging support.Qi Wang2017-09-261-0/+24
* Avoid left shift by negative values.Qi Wang2017-09-251-2/+2
* Add "falls through" comment explicitly.Qi Wang2017-09-251-14/+14
* dumpbin doesn't exist in mingwTamir Duberstein2017-09-211-1/+7
* Allow toolchain to determine nmTamir Duberstein2017-09-211-1/+6
* whitespaceTamir Duberstein2017-09-211-7/+7
* Put static keyword first.Qi Wang2017-09-211-1/+1
* Add missing field in initializer for rtree cache.Qi Wang2017-09-211-1/+1
* Force Ubuntu "precise" for Travis CI builds.David Goldblatt2017-09-201-0/+1
* Clear cache bin ql postfork.Qi Wang2017-09-121-0/+7
* Fix huge page test in test/unit/pages.Qi Wang2017-09-121-5/+7
* Fix a link for dirty_decay_ms in manual.Qi Wang2017-09-111-1/+1
* Relax constraints on reentrancy for extent hooks.Qi Wang2017-08-312-1/+13
* Add stats for metadata_thp.Qi Wang2017-08-3010-21/+125
* Change opt.metadata_thp to [disabled,auto,always].Qi Wang2017-08-3010-25/+84
* Document the ialloc function abbreviations.David Goldblatt2017-08-162-1/+19
* Make arena stats collection go through cache bins.David Goldblatt2017-08-165-17/+84
* Pull out caching for a bin into its own file.David Goldblatt2017-08-1611-139/+148
* Add missing mallctl unit test for abort_conf.Qi Wang2017-08-111-0/+1
* Add support for m68k, nios2, SH3 architecturesFaidon Liambotis2017-08-111-1/+8
* Fix support for GNU/kFreeBSDFaidon Liambotis2017-08-111-1/+10
* Fix test/unit/pages.Qi Wang2017-08-113-7/+15
* Implement opt.metadata_thpQi Wang2017-08-1112-17/+118
* Filter out "void *newImpl" in prof output.Qi Wang2017-08-081-0/+1
* Remove external linkage for spin_adaptiveRyan Libby2017-08-085-16/+1
* Only read szind if ptr is not paged aligned in sdallocx.Qi Wang2017-07-311-2/+22
* Remove a redundant '--with-malloc-conf=tcache:false' from gen_run_tests.pyDavid Goldblatt2017-07-311-1/+0
* Bypass extent_alloc_wrapper_hard for no_move_expand.Qi Wang2017-07-311-0/+9
* Filter out "newImpl" from profiling output.Qi Wang2017-07-281-0/+1
* Only run test/integration/sdallocx non-reentrantly.David Goldblatt2017-07-241-1/+1
* Logging: log using the log var names directly.David Goldblatt2017-07-243-155/+51
* Split out cold code path in newImplQinfan Wu2017-07-241-7/+16
* Logging: allow logging with empty varargs.David Goldblatt2017-07-227-17/+65