Y
Hacker News
new
|
ask
|
show
|
jobs
by
tavianator
524 days ago
I've replaced Valgrind with sanitizers for most of my workflow. Using the sanitizer APIs in your custom allocator is also easy:
https://github.com/tavianator/bfs/blob/main/src/sanity.h
https://github.com/tavianator/bfs/blob/31dffd6441ba80ea998ce...