summaryrefslogtreecommitdiffstats
path: root/jemalloc/doc
Commit message (Expand)AuthorAgeFilesLines
* Import pprof from google-perftools, svn r91.Jason Evans2010-04-021-2/+2
* Don't disable leak reporting due to sampling.Jason Evans2010-04-021-3/+1
* Add sampling activation/deactivation control.Jason Evans2010-04-011-0/+21
* Make interval-triggered profile dumping optional.Jason Evans2010-04-011-3/+5
* Remove medium size classes.Jason Evans2010-03-171-79/+52
* Fix malloc_stats_print() man page prototype.Jason Evans2010-03-151-2/+2
* Push locks into arena bins.Jason Evans2010-03-151-5/+30
* Simplify tcache object caching.Jason Evans2010-03-141-8/+3
* Modify dirty page purging algorithm.Jason Evans2010-03-051-2/+3
* Simplify malloc_message().Jason Evans2010-03-041-8/+8
* Add release versioning support.0.0.0Jason Evans2010-03-021-0/+5
* Allow prof.dump mallctl to specify filename.Jason Evans2010-03-021-2/+3
* Implement sampling for heap profiling.Jason Evans2010-03-021-1/+13
* Fix a man page typo.Jason Evans2010-02-121-1/+2
* Restructure source tree.Jason Evans2010-02-111-1/+1
* Remove tracing (--enable-trace).Jason Evans2010-02-111-35/+0
* Implement interval-based heap profile dumping.Jason Evans2010-02-111-6/+64
* Add JEMALLOC_PROF_PREFIX support.Jason Evans2010-02-111-6/+33
* Implement allocation profiling and leack checking.Jason Evans2010-02-101-0/+53
* Remove tcache bin sorting during flush.Jason Evans2010-01-291-16/+0
* Statistics fixes and cleanup.Jason Evans2010-01-291-1/+1
* Implement mallctl{nametomib,bymib}().Jason Evans2010-01-271-53/+718
* Add the --enable-swap configure option.Jason Evans2010-01-241-7/+51
* Add the w4opaque argument to numerous functions.Jason Evans2010-01-191-9/+20
* Add merged arena stats printing.Jason Evans2010-01-181-1/+5
* Add the write4 parameter to malloc_stats_print().Jason Evans2010-01-171-2/+9
* Add the --with-install-suffix configure option.Jason Evans2010-01-171-3/+3
* Add the S/s JEMALLOC_OPTIONS flags to enable/disable tcache bin sorting.Jason Evans2010-01-041-0/+9
* Enhance the H/h MALLOC_OPTIONS flags to control the number of tcache bin slots,Jason Evans2010-01-041-3/+9
* Enhance the G/g MALLOC_OPTIONS flags to control GC sweep interval, rather thanJason Evans2010-01-031-3/+8
* Make malloc_stats_print() a public symbol, and make it repeatedly callable.Jason Evans2010-01-031-12/+40
* Add the COPYING file, and consolidate copyright/licensing information.Jason Evans2010-01-031-3/+6
* Base maximum dirty page count on proportion of active memory.Jason Evans2009-12-291-7/+7
* Convert thread-specific caching from magazines, and implement incremental GC.Jason Evans2009-12-291-28/+41
* Add support for medium size classes, [4KiB..32KiB], 2KiB apart by default.Jason Evans2009-12-291-17/+32
* Remove opt_dss and opt_mmap, such that if DSS allocation is enabled, both DSSJason Evans2009-12-291-27/+2
* Remove the dynamic rebalancing code, since magazines reduce its utility.Jason Evans2009-12-291-13/+0
* Implement thread-aware allocation event tracing.Jason Evans2009-12-291-4/+18
* Add --with-jemalloc-prefix, which supports API mangling.Jason Evans2009-12-291-48/+48
* Clean up the manpage and conditionalize various portions according to howJason Evans2009-06-261-180/+168
* Merge FreeBSD's malloc(3) and posix_memalign(3) manpages to create jemalloc(3).Jason Evans2009-06-231-0/+589