about summary refs log tree commit diff
path: root/src/rt/valgrind
AgeCommit message (Collapse)AuthorLines
2015-07-27std: Remove msvc/valgrind headersAlex Crichton-5699/+0
These aren't really used for anything any more, so there doesn't seem to be much reason to leave them around in the `rt` directory. There was some limiting of threads spawned or tests when run under valgrind, but very little is run under valgrind nowadays so there's also no real use keeping these around.
2015-05-06fix typos caught by codespellTshepang Lekhonkhobe-1/+1
2015-03-15Strip all leading/trailing newlinesTamir Duberstein-2/+0
2014-08-04Fix valgrind.h for Win64.Vadim Chugunov-30/+31
_WIN32 is defined for 64-bit builds as well, so test for _WIN64 first.
2014-05-14update valgrind headersDaniel Micay-512/+1859
2014-05-11make sure jemalloc valgrind support is enabledDaniel Micay-0/+4353
This requires pointing it at the valgrind headers we carry in-tree.