aboutsummaryrefslogtreecommitdiff
path: root/include/jemalloc/internal/extent.h
AgeCommit message (Expand)Author
2015-04-22Revert "Revert "Merge remote-tracking branch 'aosp/upstream-dev' into merge""Christopher Ferris
2015-04-16Revert "Merge remote-tracking branch 'aosp/upstream-dev' into merge"Nicolas Geoffray
2015-03-10Normalize rdelm/rd structure field naming.Jason Evans
2015-03-10Refactor dirty run linkage to reduce sizeof(extent_node_t).Jason Evans
2015-02-18Rename "dirty chunks" to "cached chunks".Jason Evans
2015-02-17arena_chunk_dirty_node_init() --> extent_node_dirty_linkage_init()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-15Normalize *_link and link_* fields to all be *_link.Jason Evans
2015-02-12Move centralized chunk management into arenas.Jason Evans
2015-02-04Reduce extent_node_t size to fit in one cache line.Jason Evans
2014-12-08Style and spelling fixes.Jason Evans
2014-08-19Implement per thread heap profiling.Jason Evans
2014-05-12Add support for user-specified chunk allocators/deallocators.aravind
2012-10-08Fix mlockall()/madvise() interaction.Jason Evans
2012-02-10Reduce cpp conditional logic complexity.Jason Evans
2011-03-31Move repo contents in jemalloc/ to top level.Jason Evans