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
/
src
/
test.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add basic reentrancy-checking support, and allow arena_new to reenter.
David Goldblatt
2017-04-07
1
-24/+52
*
Add hooking functionality
David Goldblatt
2017-04-07
1
-4/+72
*
Remove extraneous parens around return arguments.
Jason Evans
2017-01-21
1
-4/+4
*
Update brace style.
Jason Evans
2017-01-21
1
-19/+11
*
Remove leading blank lines from function bodies.
Jason Evans
2017-01-13
1
-4/+0
*
Fix tsd bootstrapping for a0malloc().
Jason Evans
2016-05-07
1
-15/+41
*
Add JEMALLOC_FORMAT_PRINTF().
Jason Evans
2015-07-22
1
-2/+2
*
Use nallocx() rather than mallctl() to trigger initialization.
Jason Evans
2014-05-28
1
-1/+1
*
Make sure initialization occurs prior to running tests.
Jason Evans
2014-05-28
1
-1/+14
*
Fix coding sytle nits.
Jason Evans
2014-05-01
1
-2/+2
*
Fix p_test_fail()'s va_list abuse.
Jason Evans
2014-03-30
1
-8/+2
*
Add zero/align tests for rallocx().
Jason Evans
2013-12-15
1
-0/+2
*
Streamline test output.
Jason Evans
2013-12-12
1
-5/+7
*
Refactor tests.
Jason Evans
2013-12-09
1
-6/+74
*
Refactor to support more varied testing.
Jason Evans
2013-12-04
1
-0/+28