aboutsummaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Expand)Author
2016-11-15Uniformly cast mallctl[bymib]() oldp/newp arguments to (void *).Jason Evans
2016-11-02Update project URL.Jason Evans
2016-11-01Use <quote>...</quote> rather than &ldquo;...&rdquo; or "..." in XML.Jason Evans
2016-11-01Add "J" (JSON) support to malloc_stats_print().Jason Evans
2016-09-12Change html manual encoding to UTF-8.Jason Evans
2016-05-03Add the stats.retained and stats.arenas.<i>.retained statistics.Jason Evans
2016-04-22Implement the arena.<i>.reset mallctl.Jason Evans
2016-04-18Doc typo fixes.hitstergtd
2016-03-31Update implementation details docs re: PTRDIFF_MAX.Jason Evans
2016-02-25Make *allocx() size class overflow behavior defined.Jason Evans
2016-02-24Document the heap profile format.Jason Evans
2016-02-24Update manual to reflect removal of global huge object tree.Jason Evans
2016-02-24Make opt_narenas unsigned rather than size_t.Jason Evans
2016-02-19Implement decay-based unused dirty page purging.Jason Evans
2016-02-19Add --with-malloc-conf.Jason Evans
2016-02-19Fix a documentation editing error.Jason Evans
2015-10-19Fix a manual editing error.Jason Evans
2015-08-14Improve arena.<i>.chunk_hooks documentation formatting.Jason Evans
2015-08-14Update in-place reallocation documentation.Jason Evans
2015-08-14Update large/huge size class cutoff documentation.Jason Evans
2015-08-07Implement chunk hook support for page run commit/decommit.Jason Evans
2015-08-03Generalize chunk management hooks.Jason Evans
2015-07-17Add the config.cache_oblivious mallctl.Jason Evans
2015-07-15Change default chunk size from 256 KiB to 2 MiB.Jason Evans
2015-05-29Clarify relationship between stats.resident and stats.mapped.Jason Evans
2015-05-01Rename pprof to jeprof.Jason Evans
2015-04-30Fix mallctl doc: arenas.hchunk.<i>.sizeQinfan Wu
2015-03-24Add the "stats.arenas.<i>.lg_dirty_mult" mallctl.Jason Evans
2015-03-23Add the "stats.allocated" mallctl.Jason Evans
2015-03-18Implement dynamic per arena control over dirty page purging.Jason Evans
2015-03-06Change default chunk size from 4 MiB to 256 KiB.Jason Evans
2015-02-12Move centralized chunk management into arenas.Jason Evans
2015-02-09Implement explicit tcache support.Jason Evans
2015-01-25Implement the prof.gdump mallctl.Jason Evans
2015-01-23Implement metadata statistics.Jason Evans
2015-01-22Document under what circumstances in-place resizing succeeds.Jason Evans
2014-12-14Introduce two new modes of junk filling: "alloc" and "free".Guilherme Goncalves
2014-10-14Fix huge allocation statistics.Jason Evans
2014-10-14Update size class documentation.Jason Evans
2014-10-12Add per size class huge allocation statistics.Jason Evans
2014-10-08Avoid atexit(3) when possible, disable prof_final by default.Jason Evans
2014-10-05Fix a docbook element nesting nit.Jason Evans
2014-10-05Attempt to expand huge allocations in-place.Daniel Micay
2014-10-05Add missing header includes in jemalloc/jemalloc.h .Jason Evans
2014-10-03Implement/test/fix prof-related mallctl's.Jason Evans
2014-10-02Test prof.reset mallctl and fix numerous discovered bugs.Jason Evans
2014-09-08Add support for sized deallocation.Daniel Micay
2014-08-19Implement per thread heap profiling.Jason Evans
2014-05-15Minor doc edit.Jason Evans
2014-05-15Refactor huge allocation to be managed by arenas.Jason Evans