Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove Valgrind support. | Jason Evans | 2016-05-13 | 1 | -34/+0 |
| | |||||
* | Optimize Valgrind integration. | Jason Evans | 2014-04-15 | 1 | -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(). |