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 most remaining *chunk* APIs to *extent*.
Jason Evans
2016-06-06
1
-216/+0
*
s/CHUNK_HOOKS_INITIALIZER/EXTENT_HOOKS_INITIALIZER/g
Jason Evans
2016-06-06
1
-1/+1
*
s/chunk_hook/extent_hook/g
Jason Evans
2016-06-06
1
-2/+2
*
Rename huge to large.
Jason Evans
2016-06-06
1
-1/+1
*
Move slabs out of chunks.
Jason Evans
2016-06-06
1
-1/+1
*
Use huge size class infrastructure for large size classes.
Jason Evans
2016-06-06
1
-1/+1
*
Allow chunks to not be naturally aligned.
Jason Evans
2016-06-03
1
-36/+32
*
Remove CHUNK_ADDR2BASE() and CHUNK_ADDR2OFFSET().
Jason Evans
2016-06-03
1
-2/+2
*
Add extent_dirty_[gs]et().
Jason Evans
2016-06-03
1
-1/+1
*
Refactor chunk_dalloc_{cache,wrapper}() to take extent arguments.
Jason Evans
2016-06-03
1
-5/+14
*
Remove Valgrind support.
Jason Evans
2016-05-13
1
-4/+1
*
Resolve bootstrapping issues when embedded in FreeBSD libc.
Jason Evans
2016-05-11
1
-21/+21
*
Add witness, a simple online locking validator.
Jason Evans
2016-04-14
1
-23/+23
*
Fix potential chunk leaks.
Jason Evans
2016-03-31
1
-1/+1
*
Reduce variable scope.
Dmitry-Me
2015-09-15
1
-5/+3
*
Try to decommit new chunks.
Jason Evans
2015-08-12
1
-1/+2
*
Implement chunk hook support for page run commit/decommit.
Jason Evans
2015-08-07
1
-2/+4
*
Generalize chunk management hooks.
Jason Evans
2015-08-04
1
-4/+4
*
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