summaryrefslogtreecommitdiffstats
path: root/jemalloc/doc
Commit message (Expand)AuthorAgeFilesLines
* Move repo contents in jemalloc/ to top level.Jason Evans2011-04-014-2295/+0
* Add the "stats.cactive" mallctl.Jason Evans2011-03-191-0/+19
* Improve thread-->arena assignment.Jason Evans2011-03-181-0/+10
* Add the "thread.[de]allocatedp" mallctl's.Jason Evans2010-12-031-1/+29
* Convert man page from roff to DocBook.Jason Evans2010-11-275-1688/+2238
* Fix mallctlnametomib() documentation.Jason Evans2010-11-051-2/+2
* Edit manpage.Jason Evans2010-10-241-11/+19
* Re-format size class table.Jason Evans2010-10-241-51/+17
* Replace JEMALLOC_OPTIONS with MALLOC_CONF.Jason Evans2010-10-241-443/+370
* Add per thread allocation counters, and enhance heap sampling.Jason Evans2010-10-211-0/+15
* Increase default backtrace depth from 4 to 128.Jason Evans2010-10-031-1/+1
* Make cumulative heap profile data optional.Jason Evans2010-10-031-0/+55
* Disable interval-based profile dumps by default.Jason Evans2010-10-011-3/+7
* Add the "arenas.purge" mallctl.Jason Evans2010-09-301-1/+7
* Add {,r,s,d}allocm().Jason Evans2010-09-171-8/+161
* Update modification date in man page.Jason Evans2010-09-121-1/+1
* Move size class table to man page.Jason Evans2010-09-121-2/+60
* Port to Mac OS X.Jason Evans2010-09-121-16/+15
* Add the thread.arena mallctl.Jason Evans2010-08-141-0/+13
* 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