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
/
junk.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Clean up char vs. uint8_t in junk filling code.
Jason Evans
2016-04-11
1
-8/+8
*
Add JEMALLOC_ALLOC_JUNK and JEMALLOC_FREE_JUNK macros
Chris Peterson
2016-03-31
1
-3/+3
*
Rename arena_maxclass to large_maxclass.
Jason Evans
2015-09-12
1
-6/+6
*
Fix assertion in test.
Jason Evans
2015-08-12
1
-1/+1
*
Fix MinGW-related portability issues.
Jason Evans
2015-07-23
1
-13/+13
*
Fix more MinGW build warnings.
Jason Evans
2015-07-18
1
-13/+13
*
Introduce two new modes of junk filling: "alloc" and "free".
Guilherme Goncalves
2014-12-15
1
-15/+26
*
Use regular arena allocation for huge tree nodes.
Daniel Micay
2014-10-08
1
-7/+20
*
Normalize size classes.
Jason Evans
2014-10-06
1
-3/+14
*
Refactor huge allocation to be managed by arenas.
Jason Evans
2014-05-16
1
-6/+3
*
Fix message formatting errors uncovered by p_test_fail() refactoring.
Jason Evans
2014-03-30
1
-1/+1
*
Fix junk filling for mremap(2)-based huge reallocation.
Jason Evans
2014-02-25
1
-3/+6
*
Add junk/zero filling unit tests, and fix discovered bugs.
Jason Evans
2014-01-08
1
-0/+219