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
/
zero.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
SC: Remove global data.
David Goldblatt
2018-07-23
1
-2/+1
*
SC: Make some key size classes static.
David Goldblatt
2018-07-13
1
-2/+2
*
Hide size class computation behind a layer of indirection.
David Goldblatt
2018-07-13
1
-2/+3
*
Use MALLOC_CONF rather than malloc_conf for tests.
Jason Evans
2017-02-23
1
-5/+0
*
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
-8/+4
*
Remove leading blank lines from function bodies.
Jason Evans
2017-01-13
1
-3/+0
*
Remove all vestiges of chunks.
Jason Evans
2016-10-12
1
-1/+1
*
Rename huge to large.
Jason Evans
2016-06-06
1
-2/+2
*
Use huge size class infrastructure for large size classes.
Jason Evans
2016-06-06
1
-10/+1
*
Remove redzone support.
Jason Evans
2016-05-13
1
-1/+1
*
Remove quarantine support.
Jason Evans
2016-05-13
1
-1/+1
*
Clean up char vs. uint8_t in junk filling code.
Jason Evans
2016-04-11
1
-7/+9
*
Rename arena_maxclass to large_maxclass.
Jason Evans
2015-09-12
1
-2/+2
*
Fix message formatting errors uncovered by p_test_fail() refactoring.
Jason Evans
2014-03-30
1
-1/+1
*
Add junk/zero filling unit tests, and fix discovered bugs.
Jason Evans
2014-01-08
1
-0/+78