aboutsummaryrefslogtreecommitdiff
path: root/src/base.c
AgeCommit message (Expand)Author
2015-08-07Implement chunk hook support for page run commit/decommit.Jason Evans
2015-08-03Generalize chunk management hooks.Jason Evans
2015-06-22Fix two valgrind integration regressions.Jason Evans
2015-05-29Clarify relationship between stats.resident and stats.mapped.Jason Evans
2015-03-23Add the "stats.allocated" mallctl.Jason Evans
2015-03-06Quantize szad trees by size class.Jason Evans
2015-02-17Simplify extent_node_t and add extent_node_init().Jason Evans
2015-02-16Integrate whole chunks into unused dirty page purging machinery.Jason Evans
2015-02-12Move centralized chunk management into arenas.Jason Evans
2015-02-04Refactor base_alloc() to guarantee demand-zeroed memory.Jason Evans
2015-01-23Implement metadata statistics.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
2013-01-31Fix Valgrind integration.Jason Evans
2012-10-12Add arena-specific and selective dss allocation.Jason Evans
2012-04-10Add alignment support to chunk_alloc().Mike Hommey
2012-02-02Port to FreeBSD.Jason Evans
2012-03-13Fix fork-related bugs.Jason Evans
2011-03-31Move repo contents in jemalloc/ to top level.Jason Evans