aboutsummaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Expand)Author
2015-01-22Document under what circumstances in-place resizing succeeds.Jason Evans
2014-12-14Introduce two new modes of junk filling: "alloc" and "free".Guilherme Goncalves
2014-10-14Fix huge allocation statistics.Jason Evans
2014-10-14Update size class documentation.Jason Evans
2014-10-12Add per size class huge allocation statistics.Jason Evans
2014-10-08Avoid atexit(3) when possible, disable prof_final by default.Jason Evans
2014-10-05Fix a docbook element nesting nit.Jason Evans
2014-10-05Attempt to expand huge allocations in-place.Daniel Micay
2014-10-05Add missing header includes in jemalloc/jemalloc.h .Jason Evans
2014-10-03Implement/test/fix prof-related mallctl's.Jason Evans
2014-10-02Test prof.reset mallctl and fix numerous discovered bugs.Jason Evans
2014-09-08Add support for sized deallocation.Daniel Micay
2014-08-19Implement per thread heap profiling.Jason Evans
2014-05-15Minor doc edit.Jason Evans
2014-05-15Refactor huge allocation to be managed by arenas.Jason Evans
2014-05-12Add 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