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
*
Bypass extent tracking for auto arenas.
Qi Wang
2017-04-21
1
-9/+16
*
Header refactoring: move assert.h out of the catch-all
David Goldblatt
2017-04-19
1
-0/+1
*
Header refactoring: move util.h out of the catchall
David Goldblatt
2017-04-19
1
-0/+2
*
Pass dalloc_ctx down the sdalloc path.
Qi Wang
2017-04-12
1
-1/+1
*
Header refactoring: Split up jemalloc_internal.h
David Goldblatt
2017-04-11
1
-1/+2
*
Remove extent dereferences from the deallocation fast paths.
Jason Evans
2017-03-23
1
-2/+1
*
Incorporate szind/slab into rtree leaves.
Jason Evans
2017-03-23
1
-6/+11
*
Convert extent_t's usize to szind.
Jason Evans
2017-03-23
1
-26/+23
*
Implement two-phase decay-based purging.
Jason Evans
2017-03-15
1
-9/+12
*
Prefer pages_purge_forced() over memset().
Jason Evans
2017-03-14
1
-13/+20
*
Immediately purge cached extents if decay_time is 0.
Jason Evans
2017-03-03
1
-1/+2
*
Fix arena->stats.mapped accounting.
Jason Evans
2017-02-16
1
-0/+12
*
Convert arena->stats synchronization to atomics.
Jason Evans
2017-02-16
1
-6/+9
*
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