summaryrefslogtreecommitdiffstats
path: root/doc
Commit message (Expand)AuthorAgeFilesLines
* Prefer old/low extent_t structures during reuse.Jason Evans2017-04-171-4/+4
* Added documentation for mutex profiling related mallctls.Qi Wang2017-03-231-0/+206
* Added JSON output for lock stats.Qi Wang2017-03-231-1/+2
* Implement two-phase decay-based purging.Jason Evans2017-03-151-58/+181
* Add documentation for percpu_arena in jemalloc.xml.in.Qi Wang2017-03-091-0/+18
* Implement arena.<i>.destroy .Jason Evans2017-01-071-14/+37
* Replace the arenas.initialized mallctl with arena.<i>.initialized .Jason Evans2017-01-071-13/+14
* Rename the arenas.extend mallctl to arenas.create.Jason Evans2017-01-071-9/+9
* Add MALLCTL_ARENAS_ALL.Jason Evans2017-01-071-15/+22
* Implement per arena base allocators.Jason Evans2016-12-271-19/+44
* Refactor purging and splitting/merging.Jason Evans2016-12-271-13/+16
* Uniformly cast mallctl[bymib]() oldp/newp arguments to (void *).Jason Evans2016-11-151-1/+1
* 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-011-22/+22
* Remove all vestiges of chunks.Jason Evans2016-10-121-31/+0
* Remove ratio-based purging.Jason Evans2016-10-121-76/+0
* Change html manual encoding to UTF-8.Jason Evans2016-09-123-92/+96
* Update project URL.Jason Evans2016-09-121-1/+1
* Modify extent hook functions to take an (extent_t *) argument.Jason Evans2016-06-061-3/+11
* Miscellaneous s/chunk/extent/ updates.Jason Evans2016-06-061-8/+9
* Remove obsolete stats.arenas.<i>.metadata.mapped mallctl.Jason Evans2016-06-061-20/+5
* Rename chunk_*_t hooks to extent_*_t.Jason Evans2016-06-061-76/+78
* s/chunk_hook/extent_hook/gJason Evans2016-06-061-9/+9
* Rename huge to large.Jason Evans2016-06-061-59/+15
* Move slabs out of chunks.Jason Evans2016-06-061-58/+44
* Use huge size class infrastructure for large size classes.Jason Evans2016-06-061-76/+12
* Remove obsolete reference to Valgrind and quarantine.Jason Evans2016-06-031-3/+1
* Remove redzone support.Jason Evans2016-05-131-15/+0
* Remove quarantine support.Jason Evans2016-05-131-17/+0
* Remove Valgrind support.Jason Evans2016-05-131-32/+9
* Add the stats.retained and stats.arenas.<i>.retained statistics.Jason Evans2016-05-041-0/+31
* Implement the arena.<i>.reset mallctl.Jason Evans2016-04-221-0/+17
* Doc typo fixes.hitstergtd2016-04-181-3/+3
* Update implementation details docs re: PTRDIFF_MAX.Jason Evans2016-03-311-3/+11
* Make *allocx() size class overflow behavior defined.Jason Evans2016-02-251-8/+6
* Document the heap profile format.Jason Evans2016-02-241-1/+49
* Update manual to reflect removal of global huge object tree.Jason Evans2016-02-241-16/+11
* Make opt_narenas unsigned rather than size_t.Jason Evans2016-02-241-1/+1
* Implement decay-based unused dirty page purging.Jason Evans2016-02-201-1/+94
* Add --with-malloc-conf.Jason Evans2016-02-201-8/+20
* Fix a documentation editing error.Jason Evans2016-02-201-1/+1
* Fix a manual editing error.Jason Evans2015-10-191-2/+2
* Improve arena.<i>.chunk_hooks documentation formatting.Jason Evans2015-08-141-37/+46
* Update in-place reallocation documentation.Jason Evans2015-08-141-3/+9
* Update large/huge size class cutoff documentation.Jason Evans2015-08-141-9/+9
* Implement chunk hook support for page run commit/decommit.Jason Evans2015-08-071-24/+37
* Generalize chunk management hooks.Jason Evans2015-08-041-68/+133
* Add the config.cache_oblivious mallctl.Jason Evans2015-07-171-0/+10
* Change default chunk size from 256 KiB to 2 MiB.Jason Evans2015-07-161-1/+1
* Clarify relationship between stats.resident and stats.mapped.Jason Evans2015-05-301-4/+6