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
/
src
/
quarantine.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove quarantine support.
Jason Evans
2016-05-13
1
-178/+0
*
Remove Valgrind support.
Jason Evans
2016-05-13
1
-6/+1
*
Resolve bootstrapping issues when embedded in FreeBSD libc.
Jason Evans
2016-05-11
1
-23/+21
*
Do not allocate metadata via non-auto arenas, nor tcaches.
Jason Evans
2016-04-22
1
-4/+4
*
Add witness, a simple online locking validator.
Jason Evans
2016-04-14
1
-2/+2
*
Add JEMALLOC_ALLOC_JUNK and JEMALLOC_FREE_JUNK macros
Chris Peterson
2016-03-31
1
-1/+1
*
Fast-path improvement: reduce # of branches and unnecessary operations.
Qi Wang
2015-11-10
1
-9/+11
*
Bypass tcache when draining quarantined allocations.
Jason Evans
2015-05-30
1
-3/+3
*
Implement explicit tcache support.
Jason Evans
2015-02-10
1
-5/+5
*
Implement metadata statistics.
Jason Evans
2015-01-24
1
-5/+6
*
Introduce two new modes of junk filling: "alloc" and "free".
Guilherme Goncalves
2014-12-15
1
-1/+1
*
Style and spelling fixes.
Jason Evans
2014-12-09
1
-2/+2
*
Make quarantine_init() static.
Jason Evans
2014-11-07
1
-1/+1
*
Fix two quarantine regressions.
Jason Evans
2014-11-05
1
-0/+22
*
Convert all tsd variables to reside in a single tsd structure.
Jason Evans
2014-09-23
1
-69/+30
*
Apply likely()/unlikely() to allocation/deallocation fast paths.
Jason Evans
2014-09-12
1
-2/+2
*
Remove the "opt.valgrind" mallctl.
Jason Evans
2014-04-15
1
-1/+1
*
Add quarantine unit tests.
Jason Evans
2013-12-17
1
-2/+11
*
Fix two quarantine bugs.
Jason Evans
2013-01-31
1
-10/+19
*
Fix potential TLS-related memory corruption.
Jason Evans
2013-01-31
1
-42/+13
*
Fix quarantine_grow() bugs.
Jason Evans
2012-04-24
1
-9/+8
*
Add usize sanity checking to quarantine.
Jason Evans
2012-04-24
1
-13/+21
*
Handle quarantine resurrection during thread exit.
Jason Evans
2012-04-24
1
-5/+45
*
Clean up a few config-related conditionals/asserts.
Jason Evans
2012-04-18
1
-2/+2
*
Implement Valgrind support, redzones, and quarantine.
Jason Evans
2012-04-11
1
-0/+163