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
/
extent_dss.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Header refactoring: unify and de-catchall extent_dss.
David Goldblatt
2017-05-31
1
-0/+1
*
Do not assume dss never decreases.
Jason Evans
2017-05-23
1
-38/+34
*
Header refactoring: unify spin.h and move it out of the catch-all.
David Goldblatt
2017-04-19
1
-0/+1
*
Header refactoring: move assert.h out of the catch-all
David Goldblatt
2017-04-19
1
-0/+2
*
Header refactoring: Split up jemalloc_internal.h
David Goldblatt
2017-04-11
1
-1/+3
*
Make extent_dss use C11-style atomics
David Goldblatt
2017-04-05
1
-15/+21
*
Convert extent_t's usize to szind.
Jason Evans
2017-03-23
1
-4/+4
*
Fix extent_alloc_dss() regression.
Jason Evans
2017-02-10
1
-19/+29
*
Replace spin_init() with SPIN_INITIALIZER.
Jason Evans
2017-02-09
1
-2/+1
*
Disentangle arena and extent locking.
Jason Evans
2017-02-02
1
-2/+3
*
Replace tabs following #define with spaces.
Jason Evans
2017-01-21
1
-1/+1
*
Remove extraneous parens around return arguments.
Jason Evans
2017-01-21
1
-13/+13
*
Update brace style.
Jason Evans
2017-01-21
1
-32/+36
*
Remove leading blank lines from function bodies.
Jason Evans
2017-01-13
1
-5/+0
*
Refactor purging and splitting/merging.
Jason Evans
2016-12-27
1
-2/+12
*
Add extent serial numbers.
Jason Evans
2016-11-15
1
-1/+2
*
Make dss operations lockless.
Jason Evans
2016-10-13
1
-77/+103
*
Remove all vestiges of chunks.
Jason Evans
2016-10-12
1
-0/+2
*
Fix extent_alloc_dss() regressions.
Jason Evans
2016-06-06
1
-22/+19
*
Modify extent hook functions to take an (extent_t *) argument.
Jason Evans
2016-06-06
1
-1/+1
*
Rename most remaining *chunk* APIs to *extent*.
Jason Evans
2016-06-06
1
-0/+216