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
/
chunk.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix lock order reversal during gdump.
Jason Evans
2017-01-24
1
-2/+2
*
Add extent serial numbers.
Jason Evans
2016-11-15
1
-5/+6
*
Fix chunk_alloc_cache() to support decommitted allocation.
Jason Evans
2016-11-04
1
-1/+1
*
Make dss operations lockless.
Jason Evans
2016-10-13
1
-3/+0
*
Resolve bootstrapping issues when embedded in FreeBSD libc.
Jason Evans
2016-05-11
1
-11/+11
*
Add witness, a simple online locking validator.
Jason Evans
2016-04-14
1
-17/+21
*
Fix potential chunk leaks.
Jason Evans
2016-03-31
1
-5/+1
*
Arena chunk decommit cleanups and fixes.
Jason Evans
2015-08-11
1
-1/+1
*
Implement chunk hook support for page run commit/decommit.
Jason Evans
2015-08-07
1
-3/+3
*
Generalize chunk management hooks.
Jason Evans
2015-08-04
1
-17/+27
*
Change default chunk size from 256 KiB to 2 MiB.
Jason Evans
2015-07-16
1
-1/+1
*
Avoid atomic operations for dependent rtree reads.
Jason Evans
2015-05-16
1
-3/+3
*
Implement dynamic per arena control over dirty page purging.
Jason Evans
2015-03-19
1
-0/+6
*
Change default chunk size from 4 MiB to 256 KiB.
Jason Evans
2015-03-07
1
-1/+1
*
Fix chunk cache races.
Jason Evans
2015-02-19
1
-4/+9
*
Rename "dirty chunks" to "cached chunks".
Jason Evans
2015-02-18
1
-2/+3
*
Fix chunk_unmap() to propagate dirty state.
Jason Evans
2015-02-18
1
-1/+1
*
Integrate whole chunks into unused dirty page purging machinery.
Jason Evans
2015-02-17
1
-1/+3
*
Move centralized chunk management into arenas.
Jason Evans
2015-02-12
1
-6/+16
*
Refactor rtree to be lock-free.
Jason Evans
2015-02-05
1
-1/+1
*
Normalize size classes.
Jason Evans
2014-10-06
1
-3/+0
*
Attempt to expand huge allocations in-place.
Daniel Micay
2014-10-05
1
-4/+4
*
Refactor chunk map.
Qinfan Wu
2014-09-05
1
-0/+1
*
Refactor huge allocation to be managed by arenas.
Jason Evans
2014-05-16
1
-3/+5
*
Add support for user-specified chunk allocators/deallocators.
aravind
2014-05-12
1
-3/+5
*
Add arena-specific and selective dss allocation.
Jason Evans
2012-10-13
1
-1/+4
*
Fix fork(2)-related deadlocks.
Jason Evans
2012-10-09
1
-0/+3
*
Remove mmap_unaligned.
Jason Evans
2012-04-22
1
-2/+1
*
Add alignment support to chunk_alloc().
Mike Hommey
2012-04-10
1
-1/+1
*
Implement tsd.
Jason Evans
2012-03-23
1
-1/+2
*
Remove the swap feature.
Jason Evans
2012-02-13
1
-2/+0
*
Reduce cpp conditional logic complexity.
Jason Evans
2012-02-11
1
-6/+0
*
Fix huge_ralloc to maintain chunk statistics.
Jason Evans
2011-11-11
1
-1/+1
*
Move repo contents in jemalloc/ to top level.
Jason Evans
2011-04-01
1
-0/+65