summaryrefslogtreecommitdiffstats
path: root/src/base.c
Commit message (Expand)AuthorAgeFilesLines
* Remove Valgrind support.Jason Evans2016-05-131-3/+0
* Resolve bootstrapping issues when embedded in FreeBSD libc.Jason Evans2016-05-111-22/+23
* Convert base_mtx locking protocol comments to assertions.Jason Evans2016-04-171-10/+12
* Add witness, a simple online locking validator.Jason Evans2016-04-141-13/+13
* Implement chunk hook support for page run commit/decommit.Jason Evans2015-08-071-1/+1
* Generalize chunk management hooks.Jason Evans2015-08-041-2/+2
* Fix two valgrind integration regressions.Jason Evans2015-06-221-1/+1
* Clarify relationship between stats.resident and stats.mapped.Jason Evans2015-05-301-0/+2
* Add the "stats.allocated" mallctl.Jason Evans2015-03-241-8/+21
* Quantize szad trees by size class.Jason Evans2015-03-071-2/+3
* Simplify extent_node_t and add extent_node_init().Jason Evans2015-02-171-4/+2
* Integrate whole chunks into unused dirty page purging machinery.Jason Evans2015-02-171-8/+8
* Move centralized chunk management into arenas.Jason Evans2015-02-121-45/+20
* Refactor base_alloc() to guarantee demand-zeroed memory.Jason Evans2015-02-051-56/+91
* Implement metadata statistics.Jason Evans2015-01-241-0/+15
* Refactor huge allocation to be managed by arenas.Jason Evans2014-05-161-10/+2
* Add support for user-specified chunk allocators/deallocators.aravind2014-05-121-1/+1
* Optimize Valgrind integration.Jason Evans2014-04-151-3/+4
* Fix Valgrind integration.Jason Evans2013-02-011-0/+3
* Add arena-specific and selective dss allocation.Jason Evans2012-10-131-1/+2
* Add alignment support to chunk_alloc().Mike Hommey2012-04-101-1/+1
* Port to FreeBSD.Jason Evans2012-02-031-0/+11
* Fix fork-related bugs.Jason Evans2012-03-131-1/+22
* Move repo contents in jemalloc/ to top level.Jason Evans2011-04-011-0/+106