Standard library allocators should support valgrind client requests #1837
Labels
proposal
This issue suggests modifications. If it also has the "accepted" label then it is planned.
standard library
This issue involves writing Zig code for the standard library.
Milestone
To find memory leaks in zig programs, the standard library allocators should inform valgrind about allocations/frees.
This has a dependency on making valgrind client requests possible from zig code.
valgrind/valgrind.h
is a gnarly piece of code!Valgrind docs: http://valgrind.org/docs/manual/mc-manual.html#mc-manual.clientreqs
Related to
The text was updated successfully, but these errors were encountered: