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
*
Pull out arena_bin_info_t and arena_bin_t into their own file.
David T. Goldblatt
2017-12-19
1
-1/+1
*
Test with background_thread:true.
Jason Evans
2017-06-01
1
-4/+7
*
Header refactoring: move util.h out of the catchall
David Goldblatt
2017-04-19
1
-0/+2
*
Use MALLOC_CONF rather than malloc_conf for tests.
Jason Evans
2017-02-23
1
-8/+0
*
Remove extraneous parens around return arguments.
Jason Evans
2017-01-21
1
-2/+2
*
Update brace style.
Jason Evans
2017-01-21
1
-19/+14
*
Remove leading blank lines from function bodies.
Jason Evans
2017-01-13
1
-5/+0
*
Make dss operations lockless.
Jason Evans
2016-10-13
1
-2/+2
*
Remove all vestiges of chunks.
Jason Evans
2016-10-12
1
-1/+1
*
Remove a stray memset(), and fix a junk filling test regression.
Jason Evans
2016-06-06
1
-5/+19
*
Rename huge to large.
Jason Evans
2016-06-06
1
-8/+8
*
Use huge size class infrastructure for large size classes.
Jason Evans
2016-06-06
1
-80/+11
*
Initialize arena_bin_info at compile time rather than at boot time.
Jason Evans
2016-05-13
1
-1/+1
*
Remove redzone support.
Jason Evans
2016-05-13
1
-46/+2
*
Remove quarantine support.
Jason Evans
2016-05-13
1
-1/+1
*
Resolve bootstrapping issues when embedded in FreeBSD libc.
Jason Evans
2016-05-11
1
-2/+2
*
Fix tsd bootstrapping for a0malloc().
Jason Evans
2016-05-07
1
-1/+0
*
Add witness, a simple online locking validator.
Jason Evans
2016-04-14
1
-2/+2
*
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