Improve Valgrind instrumentation of memory allocations
authorBart Van Assche <bart.vanassche@wdc.com>
Thu, 8 Mar 2018 21:41:36 +0000 (13:41 -0800)
committerBart Van Assche <bart.vanassche@wdc.com>
Thu, 15 Mar 2018 16:56:43 +0000 (09:56 -0700)
commit0ffccc21fcd67d1e1d2a360e90f3fe8efc0d6b52
tree029a453d47b40f0cf7d0bfa730738811cff33b12
parent971caeb177d3bc4f65fa31381bbfb83710bfc690
Improve Valgrind instrumentation of memory allocations

In smalloc, let Valgrind do detection of red zone modifications. In
synchr.c, let Valgrind perform use-after-free detection of
synchronization objects.

Signed-off-by: Bart Van Assche <bart.vanassche@wdc.com>
configure
fio_sem.c
rwlock.c
smalloc.c