summaryrefslogtreecommitdiffstats
path: root/include/jemalloc/internal/chunk.h
Commit message (Expand)AuthorAgeFilesLines
* Fix lock order reversal during gdump.Jason Evans2017-01-241-2/+2
* Add extent serial numbers.Jason Evans2016-11-151-5/+6
* Fix chunk_alloc_cache() to support decommitted allocation.Jason Evans2016-11-041-1/+1
* Make dss operations lockless.Jason Evans2016-10-131-3/+0
* Resolve bootstrapping issues when embedded in FreeBSD libc.Jason Evans2016-05-111-11/+11
* Add witness, a simple online locking validator.Jason Evans2016-04-141-17/+21
* Fix potential chunk leaks.Jason Evans2016-03-311-5/+1
* Arena chunk decommit cleanups and fixes.Jason Evans2015-08-111-1/+1
* Implement chunk hook support for page run commit/decommit.Jason Evans2015-08-071-3/+3
* Generalize chunk management hooks.Jason Evans2015-08-041-17/+27
* Change default chunk size from 256 KiB to 2 MiB.Jason Evans2015-07-161-1/+1
* Avoid atomic operations for dependent rtree reads.Jason Evans2015-05-161-3/+3
* Implement dynamic per arena control over dirty page purging.Jason Evans2015-03-191-0/+6
* Change default chunk size from 4 MiB to 256 KiB.Jason Evans2015-03-071-1/+1
* Fix chunk cache races.Jason Evans2015-02-191-4/+9
* Rename "dirty chunks" to "cached chunks".Jason Evans2015-02-181-2/+3
* Fix chunk_unmap() to propagate dirty state.Jason Evans2015-02-181-1/+1
* Integrate whole chunks into unused dirty page purging machinery.Jason Evans2015-02-171-1/+3
* Move centralized chunk management into arenas.Jason Evans2015-02-121-6/+16
* Refactor rtree to be lock-free.Jason Evans2015-02-051-1/+1
* Normalize size classes.Jason Evans2014-10-061-3/+0
* Attempt to expand huge allocations in-place.Daniel Micay2014-10-051-4/+4
* Refactor chunk map.Qinfan Wu2014-09-051-0/+1
* Refactor huge allocation to be managed by arenas.Jason Evans2014-05-161-3/+5
* Add support for user-specified chunk allocators/deallocators.aravind2014-05-121-3/+5
* Add arena-specific and selective dss allocation.Jason Evans2012-10-131-1/+4
* Fix fork(2)-related deadlocks.Jason Evans2012-10-091-0/+3
* Remove mmap_unaligned.Jason Evans2012-04-221-2/+1
* Add alignment support to chunk_alloc().Mike Hommey2012-04-101-1/+1
* Implement tsd.Jason Evans2012-03-231-1/+2
* Remove the swap feature.Jason Evans2012-02-131-2/+0
* Reduce cpp conditional logic complexity.Jason Evans2012-02-111-6/+0
* Fix huge_ralloc to maintain chunk statistics.Jason Evans2011-11-111-1/+1
* Move repo contents in jemalloc/ to top level.Jason Evans2011-04-011-0/+65