Mark Wielaard

Mark Wielaard is a Senior Principal Engineer working for Red Hat in the Platform Tools group and works upstream on valgrind, elfutils, systemtap and various GNU toolchain tools.

Mark Wielaard's contributions

Feature image for the C programming language.
Article

Preparing Valgrind Memcheck for x86-64-v3

Mark Wielaard

A brief look at the changes needed to allow Valgrind Memcheck to produce correct diagnostics for memory issues in conjunction with x86-64-v3 instructions.

Featured image for Valgrind.
Article

Checking usage of realloc with Valgrind

Mark Wielaard

The realloc function in C is useful for memory management, but there are a few tricky cases to watch out for. See how Valgrind Memcheck helps find these issues.

Featured image for Valgrind.
Article

How to use Valgrind to track file descriptors

Mark Wielaard

Valgrind can be used to track file descriptors. Learn how to find file descriptors at various stages of your program and where they were originally opened.