summaryrefslogtreecommitdiffstats
path: root/doc
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Fix a memory corruption bug in chunk_alloc_dss().Jason Evans2012-04-211-2/+2
* Update prof defaults to match common usage.Jason Evans2012-04-171-17/+28
* Update pprof (from gperftools 2.0).Jason Evans2012-04-171-1/+1
* Add the --disable-munmap option.Jason Evans2012-04-171-0/+10
* Always disable redzone by default.Jason Evans2012-04-131-3/+1
* Implement Valgrind support, redzones, and quarantine.Jason Evans2012-04-111-4/+75
* Add utrace(2)-based tracing (--enable-utrace).Jason Evans2012-04-051-0/+25
* Remove obsolete "config.dynamic_page_shift" mallctl documentation.Jason Evans2012-04-031-10/+0
* Clean up *PAGE* macros.Jason Evans2012-04-021-10/+1
* Add the "thread.tcache.enabled" mallctl.Jason Evans2012-03-271-0/+14
* Fix various documentation formatting regressions.Jason Evans2012-03-191-18/+20
* Rename the "tcache.flush" mallctl to "thread.tcache.flush".Jason Evans2012-03-171-18/+18
* Implement aligned_alloc().Jason Evans2012-03-131-0/+35
* Remove the lg_tcache_gc_sweep option.Jason Evans2012-03-051-19/+1
* Add the --disable-experimental option.Jason Evans2012-03-031-1/+3
* Add nallocm().Jason Evans2012-02-291-8/+30
* Remove the sysv option.Jason Evans2012-02-291-26/+0
* Simplify small size class infrastructure.Jason Evans2012-02-291-175/+23
* Remove the opt.lg_prof_bt_max option.Jason Evans2012-02-141-16/+0
* Remove the opt.lg_prof_tcmax option.Jason Evans2012-02-141-24/+2
* Remove highruns statistics.Jason Evans2012-02-131-22/+0
* Make 8-byte tiny size class non-optional.Jason Evans2012-02-131-17/+6
* Remove the swap feature.Jason Evans2012-02-131-92/+2
* Document swap.fds mallctl as read-write.Jason Evans2011-08-121-1/+1
* Move repo contents in jemalloc/ to top level.Jason Evans2011-04-014-0/+2295