summaryrefslogtreecommitdiffstats
path: root/include/jemalloc/internal/chunk.h
Commit message (Expand)AuthorAgeFilesLines
* Remove all vestiges of chunks.Jason Evans2016-10-121-36/+0
* Rename most remaining *chunk* APIs to *extent*.Jason Evans2016-06-061-36/+0
* s/chunk_lookup/extent_lookup/g, s/chunks_rtree/extents_rtree/gJason Evans2016-06-061-15/+0
* s/CHUNK_HOOKS_INITIALIZER/EXTENT_HOOKS_INITIALIZER/gJason Evans2016-06-061-10/+0
* s/chunk_hook/extent_hook/gJason Evans2016-06-061-14/+17
* Use huge size class infrastructure for large size classes.Jason Evans2016-06-061-1/+2
* Implement cache-oblivious support for huge size classes.Jason Evans2016-06-031-4/+4
* Remove CHUNK_ADDR2BASE() and CHUNK_ADDR2OFFSET().Jason Evans2016-06-031-8/+0
* Convert rtree from per chunk to per page.Jason Evans2016-06-031-2/+2
* Refactor chunk_purge_wrapper() to take extent argument.Jason Evans2016-06-031-2/+1
* Refactor chunk_[de]commit_wrapper() to take extent arguments.Jason Evans2016-06-031-4/+2
* Refactor chunk_dalloc_{cache,wrapper}() to take extent arguments.Jason Evans2016-06-031-6/+2
* Add/use chunk_split_wrapper().Jason Evans2016-06-031-3/+5
* Add/use chunk_merge_wrapper().Jason Evans2016-06-031-0/+2
* Add/use chunk_commit_wrapper().Jason Evans2016-06-031-0/+3
* Add/use chunk_decommit_wrapper().Jason Evans2016-06-031-0/+3
* Merge chunk_alloc_base() into its only caller.Jason Evans2016-06-031-1/+0
* Remove redundant chunk argument from chunk_{,de,re}register().Jason Evans2016-06-031-5/+3
* Refactor rtree to always use base_alloc() for node allocation.Jason Evans2016-06-031-4/+5
* Use rtree-based chunk lookups rather than pointer bit twiddling.Jason Evans2016-06-031-0/+2
* Add element acquire/release capabilities to rtree.Jason Evans2016-06-031-1/+1
* Rename extent_node_t to extent_t.Jason Evans2016-05-161-6/+5
* 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