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
/
stress
Commit message (
Expand
)
Author
Age
Files
Lines
*
Get rid of most of the various inline macros.
David Goldblatt
2017-04-24
1
-1/+1
*
Add basic reentrancy-checking support, and allow arena_new to reenter.
David Goldblatt
2017-04-07
1
-1/+1
*
Remove extraneous parens around return arguments.
Jason Evans
2017-01-21
1
-2/+2
*
Update brace style.
Jason Evans
2017-01-21
1
-34/+23
*
Remove leading blank lines from function bodies.
Jason Evans
2017-01-13
1
-6/+0
*
Code formatting fixes.
Jason Evans
2016-03-23
1
-1/+2
*
Fix MinGW-related portability issues.
Jason Evans
2015-07-23
1
-2/+2
*
Thwart compiler optimizations.
Jason Evans
2014-10-15
1
-0/+12
*
Avoid purging in microbench when lazy-lock is enabled.
Jason Evans
2014-10-04
1
-0/+9
*
Add support for sized deallocation.
Daniel Micay
2014-09-09
1
-0/+20
*
Add relevant function attributes to [msn]allocx().
Jason Evans
2014-09-08
1
-17/+9
*
Thwart optimization of free(malloc(1)) in microbench.
Jason Evans
2014-09-08
1
-19/+25
*
avoid conflict with the POSIX timer_t type
Daniel Micay
2014-09-08
1
-2/+2
*
Add microbench tests.
Jason Evans
2014-09-08
1
-0/+142