summaryrefslogtreecommitdiffstats
path: root/include/jemalloc/internal/extent.h
Commit message (Expand)AuthorAgeFilesLines
* Fix huge-aligned allocation.Jason Evans2017-02-271-0/+5
* Add extent serial numbers.Jason Evans2016-11-151-5/+36
* Implement the arena.<i>.reset mallctl.Jason Evans2016-04-221-1/+1
* Fix build failure.Jason Evans2015-08-111-1/+1
* Arena chunk decommit cleanups and fixes.Jason Evans2015-08-111-1/+2
* Implement chunk hook support for page run commit/decommit.Jason Evans2015-08-071-19/+19
* Generalize chunk management hooks.Jason Evans2015-08-041-2/+26
* Normalize rdelm/rd structure field naming.Jason Evans2015-03-111-4/+4
* Refactor dirty run linkage to reduce sizeof(extent_node_t).Jason Evans2015-03-111-6/+6
* Rename "dirty chunks" to "cached chunks".Jason Evans2015-02-181-3/+24
* arena_chunk_dirty_node_init() --> extent_node_dirty_linkage_init()Jason Evans2015-02-181-0/+9
* Simplify extent_node_t and add extent_node_init().Jason Evans2015-02-171-13/+22
* Integrate whole chunks into unused dirty page purging machinery.Jason Evans2015-02-171-12/+125
* Normalize *_link and link_* fields to all be *_link.Jason Evans2015-02-161-3/+3
* Move centralized chunk management into arenas.Jason Evans2015-02-121-9/+16
* Reduce extent_node_t size to fit in one cache line.Jason Evans2015-02-051-5/+11
* Style and spelling fixes.Jason Evans2014-12-091-1/+1
* Implement per thread heap profiling.Jason Evans2014-08-201-1/+1
* Add support for user-specified chunk allocators/deallocators.aravind2014-05-121-0/+3
* Fix mlockall()/madvise() interaction.Jason Evans2012-10-091-0/+3
* Reduce cpp conditional logic complexity.Jason Evans2012-02-111-6/+0
* Move repo contents in jemalloc/ to top level.Jason Evans2011-04-011-0/+49