- Drop suid bits from memcheck binaries. This makes Valgrind (memcheck) heap memory tracking work properly by allowing ld.so to accept $LD_PRELOAD. Valgrind (memcheck) overrides malloc(3) and friends with ones in ``libreplacemalloc'' to trace their uses.