index
:
jemalloc.git
dev
master
stable-3
stable-4
jemalloc is a general purpose malloc(3) implementation that emphasizes fragmentation avoidance and scalable concurrency support.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
jemalloc
/
internal
/
extent.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix huge-aligned allocation.
Jason Evans
2017-02-27
1
-0/+5
*
Add extent serial numbers.
Jason Evans
2016-11-15
1
-5/+36
*
Implement the arena.<i>.reset mallctl.
Jason Evans
2016-04-22
1
-1/+1
*
Fix build failure.
Jason Evans
2015-08-11
1
-1/+1
*
Arena chunk decommit cleanups and fixes.
Jason Evans
2015-08-11
1
-1/+2
*
Implement chunk hook support for page run commit/decommit.
Jason Evans
2015-08-07
1
-19/+19
*
Generalize chunk management hooks.
Jason Evans
2015-08-04
1
-2/+26
*
Normalize rdelm/rd structure field naming.
Jason Evans
2015-03-11
1
-4/+4
*
Refactor dirty run linkage to reduce sizeof(extent_node_t).
Jason Evans
2015-03-11
1
-6/+6
*
Rename "dirty chunks" to "cached chunks".
Jason Evans
2015-02-18
1
-3/+24
*
arena_chunk_dirty_node_init() --> extent_node_dirty_linkage_init()
Jason Evans
2015-02-18
1
-0/+9
*
Simplify extent_node_t and add extent_node_init().
Jason Evans
2015-02-17
1
-13/+22
*
Integrate whole chunks into unused dirty page purging machinery.
Jason Evans
2015-02-17
1
-12/+125
*
Normalize *_link and link_* fields to all be *_link.
Jason Evans
2015-02-16
1
-3/+3
*
Move centralized chunk management into arenas.
Jason Evans
2015-02-12
1
-9/+16
*
Reduce extent_node_t size to fit in one cache line.
Jason Evans
2015-02-05
1
-5/+11
*
Style and spelling fixes.
Jason Evans
2014-12-09
1
-1/+1
*
Implement per thread heap profiling.
Jason Evans
2014-08-20
1
-1/+1
*
Add support for user-specified chunk allocators/deallocators.
aravind
2014-05-12
1
-0/+3
*
Fix mlockall()/madvise() interaction.
Jason Evans
2012-10-09
1
-0/+3
*
Reduce cpp conditional logic complexity.
Jason Evans
2012-02-11
1
-6/+0
*
Move repo contents in jemalloc/ to top level.
Jason Evans
2011-04-01
1
-0/+49