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
/
tsd_structs.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Switch to fine-grained reentrancy support.
Qi Wang
2017-04-15
1
-1/+1
*
Bundle 3 branches on fast path into tsd_state.
Qi Wang
2017-04-14
1
-1/+1
*
Header refactoring: break out ql.h dependencies
David Goldblatt
2017-04-11
1
-0/+2
*
Move reentrancy_level to the beginning of TSD.
Qi Wang
2017-04-07
1
-7/+7
*
Add basic reentrancy-checking support, and allow arena_new to reenter.
David Goldblatt
2017-04-07
1
-2/+4
*
Optimizing TSD and thread cache layout.
Qi Wang
2017-04-07
1
-10/+45
*
Get rid of tcache_enabled_t as we have runtime init support.
Qi Wang
2017-04-07
1
-3/+2
*
Integrate auto tcache into TSD.
Qi Wang
2017-04-07
1
-3/+4
*
Add init function support to tsd members.
Qi Wang
2017-04-04
1
-17/+17
*
Split rtree_elm_t into rtree_{node,leaf}_elm_t.
Jason Evans
2017-03-23
1
-1/+1
*
Do not generate unused tsd_*_[gs]et() functions.
Jason Evans
2017-02-13
1
-16/+18
*
Replace tabs following #define with spaces.
Jason Evans
2017-01-21
1
-3/+3
*
Break up headers into constituent parts
David Goldblatt
2017-01-12
1
-0/+73