aboutsummaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Expand)Author
2014-07-01Minor doc edit.Jason Evans
2014-07-01Refactor huge allocation to be managed by arenas.Jason Evans
2014-07-01Add support for user-specified chunk allocators/deallocators.aravind
2014-04-15Optimize Valgrind integration.Jason Evans
2014-04-15Remove the "opt.valgrind" mallctl.Jason Evans
2014-04-15Remove the "arenas.purge" mallctl.Jason Evans
2014-04-15Make dss non-optional, and fix an "arena.<i>.dss" mallctl bug.Jason Evans
2014-04-14Update MALLOCX_ARENA() documentation.Jason Evans
2014-04-14Remove the *allocm() API, which is superceded by the *allocx() API.Jason Evans
2014-03-31Document how dss precedence affects huge allocation.Jason Evans
2014-01-12Extract profiling code from [re]allocation functions.Jason Evans
2013-12-19Fix a few mallctl() documentation errors.Jason Evans
2013-12-19Add mallctl*() unit tests.Jason Evans
2013-12-18Remove ENOMEM from the documented set of *mallctl() errors.Jason Evans
2013-12-12Implement the *allocx() API.Jason Evans
2013-11-25Fix ALLOCM_ARENA(a) handling in rallocm().Jason Evans
2013-10-30Add ids for all mallctl entries.Jason Evans
2013-03-19Clarify how to use malloc_conf.Jason Evans
2012-12-23Add clipping support to lg_chunk option processing.Jason Evans
2012-11-06document what stats.active does not trackJan Beich
2012-11-06Purge unused dirty pages in a fragmentation-reducing order.Jason Evans
2012-10-12Add arena-specific and selective dss allocation.Jason Evans
2012-05-15Disable tcache by default if running inside Valgrind.Jason Evans
2012-05-15Auto-detect whether running inside Valgrind.Jason Evans
2012-05-09Generalize "stats.mapped" documentation.Jason Evans
2012-05-09Add the --enable-mremap option.Jason Evans
2012-04-25Fix Valgrind URL in documentation.Jason Evans
2012-04-21Fix a memory corruption bug in chunk_alloc_dss().Jason Evans
2012-04-17Update prof defaults to match common usage.Jason Evans
2012-04-17Update pprof (from gperftools 2.0).Jason Evans
2012-04-16Add the --disable-munmap option.Jason Evans
2012-04-12Always disable redzone by default.Jason Evans
2012-04-11Implement Valgrind support, redzones, and quarantine.Jason Evans
2012-04-05Add utrace(2)-based tracing (--enable-utrace).Jason Evans
2012-04-03Remove obsolete "config.dynamic_page_shift" mallctl documentation.Jason Evans
2012-04-02Clean up *PAGE* macros.Jason Evans
2012-03-26Add the "thread.tcache.enabled" mallctl.Jason Evans
2012-03-19Fix various documentation formatting regressions.Jason Evans
2012-03-16Rename the "tcache.flush" mallctl to "thread.tcache.flush".Jason Evans
2012-03-13Implement aligned_alloc().Jason Evans
2012-03-05Remove the lg_tcache_gc_sweep option.Jason Evans
2012-03-02Add the --disable-experimental option.Jason Evans
2012-02-29Add nallocm().Jason Evans
2012-02-28Remove the sysv option.Jason Evans
2012-02-28Simplify small size class infrastructure.Jason Evans
2012-02-13Remove the opt.lg_prof_bt_max option.Jason Evans
2012-02-13Remove the opt.lg_prof_tcmax option.Jason Evans
2012-02-13Remove highruns statistics.Jason Evans
2012-02-13Make 8-byte tiny size class non-optional.Jason Evans
2012-02-13Remove the swap feature.Jason Evans