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
*
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