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
/
large.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Disentangle arena and extent locking.
Jason Evans
2017-02-02
1
-20/+26
*
Replace tabs following #define with spaces.
Jason Evans
2017-01-21
1
-5/+5
*
Remove extraneous parens around return arguments.
Jason Evans
2017-01-21
1
-23/+23
*
Update brace style.
Jason Evans
2017-01-21
1
-45/+42
*
Remove leading blank lines from function bodies.
Jason Evans
2017-01-13
1
-11/+0
*
Refactor purging and splitting/merging.
Jason Evans
2016-12-27
1
-0/+6
*
Fix extent_alloc_cache[_locked]() to support decommitted allocation.
Jason Evans
2016-11-04
1
-2/+2
*
Make dss operations lockless.
Jason Evans
2016-10-13
1
-4/+4
*
Fix large_dalloc_impl() to always lock large_mtx.
Jason Evans
2016-09-23
1
-4/+7
*
Remove a stray memset(), and fix a junk filling test regression.
Jason Evans
2016-06-06
1
-2/+11
*
Modify extent hook functions to take an (extent_t *) argument.
Jason Evans
2016-06-06
1
-2/+2
*
Remove some unnecessary locking.
Jason Evans
2016-06-06
1
-20/+2
*
Rename most remaining *chunk* APIs to *extent*.
Jason Evans
2016-06-06
1
-14/+14
*
s/chunk_hook/extent_hook/g
Jason Evans
2016-06-06
1
-9/+10
*
Rename huge to large.
Jason Evans
2016-06-06
1
-0/+353