summaryrefslogtreecommitdiffstats
path: root/src/quarantine.c
Commit message (Expand)AuthorAgeFilesLines
* Remove quarantine support.Jason Evans2016-05-131-178/+0
* Remove Valgrind support.Jason Evans2016-05-131-6/+1
* Resolve bootstrapping issues when embedded in FreeBSD libc.Jason Evans2016-05-111-23/+21
* Do not allocate metadata via non-auto arenas, nor tcaches.Jason Evans2016-04-221-4/+4
* Add witness, a simple online locking validator.Jason Evans2016-04-141-2/+2
* Add JEMALLOC_ALLOC_JUNK and JEMALLOC_FREE_JUNK macrosChris Peterson2016-03-311-1/+1
* Fast-path improvement: reduce # of branches and unnecessary operations.Qi Wang2015-11-101-9/+11
* Bypass tcache when draining quarantined allocations.Jason Evans2015-05-301-3/+3
* Implement explicit tcache support.Jason Evans2015-02-101-5/+5
* Implement metadata statistics.Jason Evans2015-01-241-5/+6
* Introduce two new modes of junk filling: "alloc" and "free".Guilherme Goncalves2014-12-151-1/+1
* Style and spelling fixes.Jason Evans2014-12-091-2/+2
* Make quarantine_init() static.Jason Evans2014-11-071-1/+1
* Fix two quarantine regressions.Jason Evans2014-11-051-0/+22
* Convert all tsd variables to reside in a single tsd structure.Jason Evans2014-09-231-69/+30
* Apply likely()/unlikely() to allocation/deallocation fast paths.Jason Evans2014-09-121-2/+2
* Remove the "opt.valgrind" mallctl.Jason Evans2014-04-151-1/+1
* Add quarantine unit tests.Jason Evans2013-12-171-2/+11
* Fix two quarantine bugs.Jason Evans2013-01-311-10/+19
* Fix potential TLS-related memory corruption.Jason Evans2013-01-311-42/+13
* Fix quarantine_grow() bugs.Jason Evans2012-04-241-9/+8
* Add usize sanity checking to quarantine.Jason Evans2012-04-241-13/+21
* Handle quarantine resurrection during thread exit.Jason Evans2012-04-241-5/+45
* Clean up a few config-related conditionals/asserts.Jason Evans2012-04-181-2/+2
* Implement Valgrind support, redzones, and quarantine.Jason Evans2012-04-111-0/+163