summaryrefslogtreecommitdiffstats
path: root/doc
Commit message (Expand)AuthorAgeFilesLines
* Fix/enhance THP integration.Jason Evans2017-02-281-0/+26
* Uniformly cast mallctl[bymib]() oldp/newp arguments to (void *).Jason Evans2016-11-151-1/+1
* Update project URL.Jason Evans2016-11-031-1/+1
* Use <quote>...</quote> rather than &ldquo;...&rdquo; or "..." in XML.Jason Evans2016-11-012-20/+21
* Add "J" (JSON) support to malloc_stats_print().Jason Evans2016-11-011-21/+22
* Change html manual encoding to UTF-8.Jason Evans2016-09-123-88/+92
* 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
* Rename pprof to jeprof.Jason Evans2015-05-011-2/+3
* Fix mallctl doc: arenas.hchunk.<i>.sizeQinfan Wu2015-04-301-2/+2
* Add the "stats.arenas.<i>.lg_dirty_mult" mallctl.Jason Evans2015-03-241-0/+12
* Add the "stats.allocated" mallctl.Jason Evans2015-03-241-3/+20
* Implement dynamic per arena control over dirty page purging.Jason Evans2015-03-191-8/+80
* Change default chunk size from 4 MiB to 256 KiB.Jason Evans2015-03-071-13/+13
* Move centralized chunk management into arenas.Jason Evans2015-02-121-34/+1
* Implement explicit tcache support.Jason Evans2015-02-101-21/+85
* Implement the prof.gdump mallctl.Jason Evans2015-01-261-7/+21
* Implement metadata statistics.Jason Evans2015-01-241-0/+47
* Document under what circumstances in-place resizing succeeds.Jason Evans2015-01-221-0/+16
* Introduce two new modes of junk filling: "alloc" and "free".Guilherme Goncalves2014-12-151-9/+11
* Fix huge allocation statistics.Jason Evans2014-10-151-3/+2
* Update size class documentation.Jason Evans2014-10-151-26/+84
* Add per size class huge allocation statistics.Jason Evans2014-10-131-17/+81
* Avoid atexit(3) when possible, disable prof_final by default.Jason Evans2014-10-091-3/+15
* Fix a docbook element nesting nit.Jason Evans2014-10-051-4/+4
* Attempt to expand huge allocations in-place.Daniel Micay2014-10-051-2/+5
* Add missing header includes in jemalloc/jemalloc.h .Jason Evans2014-10-051-2/+1
* Implement/test/fix prof-related mallctl's.Jason Evans2014-10-041-6/+46
* Test prof.reset mallctl and fix numerous discovered bugs.Jason Evans2014-10-031-2/+3
* Add support for sized deallocation.Daniel Micay2014-09-091-1/+18
* Implement per thread heap profiling.Jason Evans2014-08-201-1/+55
* Minor doc edit.Jason Evans2014-05-161-4/+4