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
/
tcache_inlines.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rename cache_alloc_easy to cache_bin_alloc_easy.
David T. Goldblatt
2017-12-19
1
-2/+2
*
Pull out arena_bin_info_t and arena_bin_t into their own file.
David T. Goldblatt
2017-12-19
1
-5/+5
*
Pull out caching for a bin into its own file.
David Goldblatt
2017-08-17
1
-56/+29
*
Header refactoring: Pull size helpers out of jemalloc module.
David Goldblatt
2017-05-31
1
-4/+5
*
Revert "Use trylock in tcache_bin_flush when possible."
Qi Wang
2017-05-01
1
-2/+2
*
Revert "Use try_flush first in tcache_dalloc."
Qi Wang
2017-04-28
1
-10/+4
*
Use try_flush first in tcache_dalloc.
Qi Wang
2017-04-26
1
-4/+10
*
Use trylock in tcache_bin_flush when possible.
Qi Wang
2017-04-26
1
-2/+2
*
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
-21/+2
*
Remove --disable-tcache.
Jason Evans
2017-04-21
1
-5/+0
*
Header refactoring: move jemalloc_internal_types.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
*
Bundle 3 branches on fast path into tsd_state.
Qi Wang
2017-04-14
1
-0/+1
*
Optimizing TSD and thread cache layout.
Qi Wang
2017-04-07
1
-6/+6
*
Get rid of tcache_enabled_t as we have runtime init support.
Qi Wang
2017-04-07
1
-11/+5
*
Integrate auto tcache into TSD.
Qi Wang
2017-04-07
1
-51/+14
*
Convert extent_t's usize to szind.
Jason Evans
2017-03-23
1
-6/+3
*
Remove extraneous parens around return arguments.
Jason Evans
2017-01-21
1
-13/+13
*
Update brace style.
Jason Evans
2017-01-21
1
-41/+49
*
Remove leading blank lines from function bodies.
Jason Evans
2017-01-13
1
-1/+0
*
Break up headers into constituent parts
David Goldblatt
2017-01-12
1
-0/+306