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
/
ckh.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Replace tabs following #define with spaces.
Jason Evans
2017-01-21
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
-10/+8
*
Remove leading blank lines from function bodies.
Jason Evans
2017-01-13
1
-1/+0
*
Do not (recursively) allocate within tsd_fetch().
Jason Evans
2016-10-21
1
-21/+21
*
Resolve bootstrapping issues when embedded in FreeBSD libc.
Jason Evans
2016-05-11
1
-23/+23
*
Fix MinGW-related portability issues.
Jason Evans
2015-07-23
1
-23/+20
*
Fix more MinGW build warnings.
Jason Evans
2015-07-18
1
-17/+20
*
Fix tsd cleanup regressions.
Jason Evans
2014-10-04
1
-6/+3
*
Convert to uniform style: cond == false --> !cond
Jason Evans
2014-10-03
1
-2/+1
*
Convert all tsd variables to reside in a single tsd structure.
Jason Evans
2014-09-23
1
-17/+29
*
Fix message formatting errors uncovered by p_test_fail() refactoring.
Jason Evans
2014-03-30
1
-6/+6
*
Add ckh unit tests.
Jason Evans
2013-12-17
1
-0/+206