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
/
extent_inlines.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix an extent coalesce bug.
Qi Wang
2017-11-16
1
-0/+5
*
Use tsd offset_state instead of atomic
Dave Watson
2017-11-14
1
-3/+10
*
Add a "dumpable" bit to the extent state.
David Goldblatt
2017-10-16
1
-1/+15
*
Header refactoring: Pull size helpers out of jemalloc module.
David Goldblatt
2017-05-31
1
-1/+2
*
Header refactoring: unify and de-catchall mutex_pool.
David Goldblatt
2017-05-31
1
-1/+1
*
Header refactoring: unify and de-catchall mutex module
David Goldblatt
2017-05-24
1
-0/+1
*
Protect the rtree/extent interactions with a mutex pool.
David Goldblatt
2017-05-19
1
-0/+27
*
Refactor (MALLOCX_ARENA_MAX + 1) to be MALLOCX_ARENA_LIMIT.
Jason Evans
2017-05-14
1
-2/+2
*
Header refactoring: pages.h - unify and remove from catchall.
David Goldblatt
2017-04-25
1
-0/+1
*
Header refactoring: prng 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
-109/+51
*
Prefer old/low extent_t structures during reuse.
Jason Evans
2017-04-17
1
-0/+31
*
Track extent structure serial number (esn) in extent_t.
Jason Evans
2017-04-17
1
-2/+42
*
Header refactoring: break out ql.h dependencies
David Goldblatt
2017-04-11
1
-0/+2
*
Move arena-tracking atomics in jemalloc.c to C11-style
David Goldblatt
2017-04-05
1
-1/+1
*
Transition e_prof_tctx in struct extent to C11 atomics
David Goldblatt
2017-04-04
1
-3/+3
*
Move arena_slab_data_t's nfree into extent_t's e_bits.
Jason Evans
2017-03-28
1
-1/+31
*
Pack various extent_t fields into a bitfield.
Jason Evans
2017-03-26
1
-59/+85
*
Store arena index rather than (arena_t *) in extent_t.
Jason Evans
2017-03-26
1
-2/+2
*
Incorporate szind/slab into rtree leaves.
Jason Evans
2017-03-23
1
-12/+10
*
Convert extent_t's usize to szind.
Jason Evans
2017-03-23
1
-42/+49
*
Perform delayed coalescing prior to purging.
Jason Evans
2017-03-07
1
-0/+9
*
Disentangle arena and extent locking.
Jason Evans
2017-02-02
1
-23/+35
*
Remove extraneous parens around return arguments.
Jason Evans
2017-01-21
1
-25/+25
*
Update brace style.
Jason Evans
2017-01-21
1
-72/+39
*
Remove leading blank lines from function bodies.
Jason Evans
2017-01-13
1
-31/+0
*
Break up headers into constituent parts
David Goldblatt
2017-01-12
1
-0/+343