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
/
test
/
unit
/
tsd.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make tsd no-cleanup during tsd reincarnation.
Qi Wang
2017-06-07
1
-2/+2
*
Header refactoring: tsd - cleanup and dependency breaking.
David Goldblatt
2017-05-01
1
-44/+33
*
Add basic reentrancy-checking support, and allow arena_new to reenter.
David Goldblatt
2017-04-07
1
-2/+1
*
Add hooking functionality
David Goldblatt
2017-04-07
1
-0/+1
*
Integrate auto tcache into TSD.
Qi Wang
2017-04-07
1
-0/+6
*
Do proper cleanup for tsd_state_reincarnated.
Qi Wang
2017-04-04
1
-1/+40
*
Replace tabs following #define with spaces.
Jason Evans
2017-01-21
1
-2/+2
*
Remove extraneous parens around return arguments.
Jason Evans
2017-01-21
1
-4/+4
*
Update brace style.
Jason Evans
2017-01-21
1
-10/+5
*
Remove leading blank lines from function bodies.
Jason Evans
2017-01-13
1
-2/+0
*
Add cast to silence (harmless) conversion warning.
Jason Evans
2016-10-28
1
-1/+1
*
Do not (recursively) allocate within tsd_fetch().
Jason Evans
2016-10-21
1
-3/+3
*
Fix tsd bootstrapping for a0malloc().
Jason Evans
2016-05-07
1
-0/+5
*
Fix arenas_cache_cleanup().
Christopher Ferris
2015-08-21
1
-0/+6
*
Refactor/fix arenas manipulation.
Jason Evans
2014-10-08
1
-0/+1
*
Fix tsd cleanup regressions.
Jason Evans
2014-10-04
1
-3/+32
*
Convert all tsd variables to reside in a single tsd structure.
Jason Evans
2014-09-23
1
-4/+4
*
Add mq (message queue) to test infrastructure.
Jason Evans
2013-12-12
1
-7/+7
*
Normalize #define whitespace.
Jason Evans
2013-12-09
1
-2/+2
*
Refactor tests.
Jason Evans
2013-12-09
1
-16/+33
*
Add tsd test.
Jason Evans
2013-12-05
1
-0/+54