aboutsummaryrefslogtreecommitdiff
path: root/src/ctl.c
AgeCommit message (Expand)Author
2015-11-12Tweak code to allow compilation of concatenated src/*.c sources.Jason Evans
2015-08-03Generalize chunk management hooks.Jason Evans
2015-07-17Add the config.cache_oblivious mallctl.Jason Evans
2015-03-24Add the "stats.arenas.<i>.lg_dirty_mult" mallctl.Jason Evans
2015-03-24Fix arena_get() usage.Jason Evans
2015-03-23Add the "stats.allocated" mallctl.Jason Evans
2015-03-18Implement dynamic per arena control over dirty page purging.Jason Evans
2015-02-12Move centralized chunk management into arenas.Jason Evans
2015-02-09Implement explicit tcache support.Jason Evans
2015-01-25Implement the prof.gdump mallctl.Jason Evans
2015-01-23Implement metadata statistics.Jason Evans
2015-01-22Refactor bootstrapping to delay tsd initialization.Jason Evans
2014-12-14Introduce two new modes of junk filling: "alloc" and "free".Guilherme Goncalves
2014-10-30Use JEMALLOC_INLINE_C everywhere it's appropriate.Jason Evans
2014-10-12Add per size class huge allocation statistics.Jason Evans
2014-10-07Refactor/fix arenas manipulation.Jason Evans
2014-10-06Normalize size classes.Jason Evans
2014-10-04Fix tsd cleanup regressions.Jason Evans
2014-10-03Implement/test/fix prof-related mallctl's.Jason Evans
2014-10-03Convert to uniform style: cond == false --> !condJason Evans
2014-09-23Convert all tsd variables to reside in a single tsd structure.Jason Evans
2014-08-19Implement per thread heap profiling.Jason Evans
2014-08-15Fix arena.<i>.dss mallctl to handle read-only calls.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-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
2013-12-19Fix a few mallctl() documentation errors.Jason Evans
2013-10-21Consistently use malloc_mutex_prefork().Jason Evans
2013-10-20Fix a race condition in the "arenas.extend" mallctl.Jason Evans
2013-10-19Silence an unused variable warning.Jason Evans
2012-11-29Fix "arenas.extend" mallctl to return the number of arenas.Jason Evans
2012-11-03Fix deadlock in the arenas.purge mallctl.Jason Evans
2012-10-15Add ctl_mutex proection to arena_i_dss_ctl().Jason Evans
2012-10-12Add arena-specific and selective dss allocation.Jason Evans
2012-10-09Fix fork(2)-related deadlocks.Jason Evans
2012-10-08Fix error return value in thread_tcache_enabled_ctl().Jason Evans
2012-05-09Add the --enable-mremap option.Jason Evans
2012-04-30Remove the VOID macroMike Hommey
2012-04-29Avoid variable length arrays and remove declarations within codeMike Hommey
2012-04-25Fix the "epoch" mallctl.Jason Evans
2012-04-23Fix two CHILD() macro calls in the ctl tree.Jason Evans
2012-04-23Fix ctl regression.Jason Evans
2012-04-23Avoid using a union for ctl_node_sMike Hommey
2012-04-17Update prof defaults to match common usage.Jason Evans
2012-04-16Add the --disable-munmap option.Jason Evans
2012-04-11Implement Valgrind support, redzones, and quarantine.Jason Evans
2012-04-10Rename labels.Jason Evans
2012-04-05Add utrace(2)-based tracing (--enable-utrace).Jason Evans