summaryrefslogtreecommitdiffstats
path: root/src/valgrind.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove Valgrind support.Jason Evans2016-05-131-34/+0
|
* Optimize Valgrind integration.Jason Evans2014-04-151-0/+34
Forcefully disable tcache if running inside Valgrind, and remove Valgrind calls in tcache-specific code. Restructure Valgrind-related code to move most Valgrind calls out of the fast path functions. Take advantage of static knowledge to elide some branches in JEMALLOC_VALGRIND_REALLOC().