summaryrefslogtreecommitdiffstats
path: root/doc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Refactor huge allocation to be managed by arenas.Jason Evans2014-05-161-63/+65
* Add support for user-specified chunk allocators/deallocators.aravind2014-05-121-0/+63
* Optimize Valgrind integration.Jason Evans2014-04-151-1/+2
* Remove the "opt.valgrind" mallctl.Jason Evans2014-04-151-13/+0
* Remove the "arenas.purge" mallctl.Jason Evans2014-04-151-11/+1
* Make dss non-optional, and fix an "arena.<i>.dss" mallctl bug.Jason Evans2014-04-151-16/+13
* Update MALLOCX_ARENA() documentation.Jason Evans2014-04-151-4/+4
* Remove the *allocm() API, which is superceded by the *allocx() API.Jason Evans2014-04-151-189/+2
* Document how dss precedence affects huge allocation.Jason Evans2014-03-311-2/+6
* Extract profiling code from [re]allocation functions.Jason Evans2014-01-121-10/+16
* Fix a few mallctl() documentation errors.Jason Evans2013-12-201-17/+20
* Add mallctl*() unit tests.Jason Evans2013-12-201-3/+2
* Remove ENOMEM from the documented set of *mallctl() errors.Jason Evans2013-12-181-6/+0
* Implement the *allocx() API.Jason Evans2013-12-131-47/+201
* Fix ALLOCM_ARENA(a) handling in rallocm().Jason Evans2013-11-261-4/+6
* Add ids for all mallctl entries.Jason Evans2013-10-301-69/+69
* Clarify how to use malloc_conf.Jason Evans2013-03-191-1/+8
* Add clipping support to lg_chunk option processing.Jason Evans2012-12-231-2/+5
* document what stats.active does not trackJan Beich2012-11-071-2/+4
* Purge unused dirty pages in a fragmentation-reducing order.Jason Evans2012-11-061-1/+1
* Add arena-specific and selective dss allocation.Jason Evans2012-10-131-9/+80
* Disable tcache by default if running inside Valgrind.Jason Evans2012-05-161-1/+2
* Auto-detect whether running inside Valgrind.Jason Evans2012-05-151-16/+11
* Generalize "stats.mapped" documentation.Jason Evans2012-05-101-2/+2
* Add the --enable-mremap option.Jason Evans2012-05-091-0/+10
* Fix Valgrind URL in documentation.Jason Evans2012-04-261-20/+20