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
/
include
/
jemalloc
/
internal
/
arena_inlines_b.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Header refactoring: size_classes module - remove from the catchall
David Goldblatt
2017-04-24
1
-0/+1
*
Header refactoring: ticker module - remove from the catchall and unify.
David Goldblatt
2017-04-24
1
-0/+1
*
Get rid of most of the various inline macros.
David Goldblatt
2017-04-24
1
-28/+4
*
Header refactoring: move jemalloc_internal_types.h out of the catch-all
David Goldblatt
2017-04-19
1
-0/+2
*
Pass alloc_ctx down profiling path.
Qi Wang
2017-04-12
1
-24/+39
*
Pass dalloc_ctx down the sdalloc path.
Qi Wang
2017-04-12
1
-15/+23
*
Pass dealloc_ctx down free() fast path.
Qi Wang
2017-04-11
1
-5/+15
*
Further specialize arena_[s]dalloc() tcache fast path.
Jason Evans
2017-03-23
1
-33/+108
*
Push down iealloc() calls.
Jason Evans
2017-03-23
1
-22/+17
*
Remove extent dereferences from the deallocation fast paths.
Jason Evans
2017-03-23
1
-12/+59
*
Remove extent arg from isalloc() and arena_salloc().
Jason Evans
2017-03-23
1
-11/+2
*
Incorporate szind/slab into rtree leaves.
Jason Evans
2017-03-23
1
-3/+52
*
Remove binind field from arena_slab_data_t.
Jason Evans
2017-03-23
1
-14/+3
*
Convert extent_t's usize to szind.
Jason Evans
2017-03-23
1
-10/+10
*
Implement two-phase decay-based purging.
Jason Evans
2017-03-15
1
-2/+3
*
Synchronize arena->decay with arena->decay.mtx.
Jason Evans
2017-02-16
1
-1/+1
*
Remove extraneous parens around return arguments.
Jason Evans
2017-01-21
1
-10/+10
*
Update brace style.
Jason Evans
2017-01-21
1
-31/+28
*
Remove leading blank lines from function bodies.
Jason Evans
2017-01-13
1
-8/+0
*
Break up headers into constituent parts
David Goldblatt
2017-01-12
1
-0/+209