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
/
src
/
tsd.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Do not generate unused tsd_*_[gs]et() functions.
Jason Evans
2017-02-13
1
-1/+1
*
Replace tabs following #define with spaces.
Jason Evans
2017-01-21
1
-4/+4
*
Remove extraneous parens around return arguments.
Jason Evans
2017-01-21
1
-6/+6
*
Update brace style.
Jason Evans
2017-01-21
1
-25/+17
*
Remove leading blank lines from function bodies.
Jason Evans
2017-01-13
1
-7/+0
*
Make tsd cleanup functions optional, remove noop cleanup functions.
Jason Evans
2016-06-06
1
-1/+6
*
Use TSDN_NULL rather than NULL as appropriate.
Jason Evans
2016-05-13
1
-5/+5
*
Fix style nits.
Jason Evans
2016-04-17
1
-1/+1
*
Add witness, a simple online locking validator.
Jason Evans
2016-04-14
1
-9/+11
*
Prevent MSVC from optimizing away tls_callback (resolves #318)
rustyx
2016-02-20
1
-1/+3
*
Refactor arenas_cache tsd.
Jason Evans
2016-02-20
1
-2/+2
*
Work around an NPTL-specific TSD issue.
Jason Evans
2015-09-24
1
-0/+3
*
Fix a variable declaration typo.
Jason Evans
2015-07-08
1
-1/+1
*
Fix an assignment type warning for tls_callback.
Jason Evans
2015-07-08
1
-2/+2
*
Implement metadata statistics.
Jason Evans
2015-01-24
1
-1/+1
*
Refactor bootstrapping to delay tsd initialization.
Jason Evans
2015-01-22
1
-2/+2
*
Refactor/fix arenas manipulation.
Jason Evans
2014-10-08
1
-6/+13
*
Fix tsd cleanup regressions.
Jason Evans
2014-10-04
1
-5/+0
*
Convert all tsd variables to reside in a single tsd structure.
Jason Evans
2014-09-23
1
-2/+49
*
Implement the *allocx() API.
Jason Evans
2013-12-13
1
-1/+1
*
Fix a potential infinite loop during thread exit.
Jason Evans
2013-11-20
1
-1/+1
*
Add support for LinuxThreads.
Leonard Crestez
2013-10-25
1
-0/+34
*
Optimize malloc() and free() fast paths.
Jason Evans
2012-05-02
1
-1/+1
*
Add support for MSVC
Mike Hommey
2012-05-01
1
-0/+8
*
Replace JEMALLOC_ATTR with various different macros when it makes sense
Mike Hommey
2012-05-01
1
-2/+4
*
Avoid variable length arrays and remove declarations within code
Mike Hommey
2012-04-29
1
-1/+1
*
Add support for Mingw
Mike Hommey
2012-04-22
1
-1/+26
*
Remove extra argument for malloc_tsd_cleanup_register
Mike Hommey
2012-04-19
1
-4/+3
*
Make special FreeBSD function overrides visible.
Jason Evans
2012-04-19
1
-0/+1
*
Remove arena_malloc_prechosen().
Jason Evans
2012-04-06
1
-1/+1
*
Implement tsd.
Jason Evans
2012-03-23
1
-0/+72