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
/
util.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Disentangle assert and util
David Goldblatt
2017-03-06
1
-307/+0
*
Replace tabs following #define with spaces.
Jason Evans
2017-01-21
1
-8/+8
*
Remove extraneous parens around return arguments.
Jason Evans
2017-01-21
1
-2/+2
*
Update brace style.
Jason Evans
2017-01-21
1
-16/+8
*
Remove leading blank lines from function bodies.
Jason Evans
2017-01-13
1
-4/+0
*
Explicitly cast negative constants meant for use as unsigned.
Jason Evans
2016-10-28
1
-3/+5
*
Fix style nits.
Jason Evans
2016-04-17
1
-2/+2
*
Fix more 64-to-32 conversion warnings.
Jason Evans
2016-04-12
1
-6/+6
*
Refactor out signed/unsigned comparisons.
Jason Evans
2016-03-15
1
-4/+4
*
Refactor prng* from cpp macros into inline functions.
Jason Evans
2016-02-20
1
-23/+46
*
Use KQU() rather than QU() where applicable.
Jason Evans
2014-05-29
1
-45/+45
*
Use C99 varadic macros instead of GCC ones
Mike Hommey
2014-05-27
1
-4/+4
*
Test and fix malloc_printf("%%").
Jason Evans
2014-01-22
1
-0/+2
*
Fix warnings and a test failure exposed on CentOS 6.3.
Jason Evans
2014-01-15
1
-2/+0
*
Add util unit tests, and fix discovered bugs.
Jason Evans
2014-01-07
1
-0/+294