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
/
src
/
chunk_dss.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rename "dirty chunks" to "cached chunks".
Jason Evans
2015-02-18
1
-1/+1
*
Integrate whole chunks into unused dirty page purging machinery.
Jason Evans
2015-02-17
1
-2/+6
*
Move centralized chunk management into arenas.
Jason Evans
2015-02-12
1
-2/+3
*
teach the dss chunk allocator to handle new_addr
Daniel Micay
2014-11-29
1
-1/+10
*
Convert to uniform style: cond == false --> !cond
Jason Evans
2014-10-03
1
-2/+2
*
Optimize Valgrind integration.
Jason Evans
2014-04-15
1
-1/+2
*
Make dss non-optional, and fix an "arena.<i>.dss" mallctl bug.
Jason Evans
2014-04-15
1
-10/+10
*
Avoid deprecated sbrk(2) on OS X.
Jason Evans
2013-12-04
1
-7/+8
*
Fix Valgrind integration.
Jason Evans
2013-02-01
1
-1/+0
*
Tighten valgrind integration.
Jason Evans
2013-01-22
1
-0/+1
*
Add arena-specific and selective dss allocation.
Jason Evans
2012-10-13
1
-1/+36
*
Fix chunk allocation/deallocation bugs.
Jason Evans
2012-04-21
1
-0/+4
*
Fix a memory corruption bug in chunk_alloc_dss().
Jason Evans
2012-04-21
1
-1/+0
*
Disable munmap() if it causes VM map holes.
Jason Evans
2012-04-13
1
-224/+6
*
Use a stub replacement and disable dss when sbrk is not supported
Mike Hommey
2012-04-12
1
-0/+11
*
Normalize aligned allocation algorithms.
Jason Evans
2012-04-12
1
-37/+57
*
Rename labels.
Jason Evans
2012-04-10
1
-2/+2
*
Add alignment support to chunk_alloc().
Mike Hommey
2012-04-10
1
-28/+52
*
Fix fork-related bugs.
Jason Evans
2012-03-13
1
-4/+32
*
Reduce cpp conditional logic complexity.
Jason Evans
2012-02-11
1
-2/+12
*
Move repo contents in jemalloc/ to top level.
Jason Evans
2011-04-01
1
-0/+284