mirror of
https://github.com/ziglang/zig.git
synced 2026-02-21 16:54:52 +00:00
Adds a function that allows checking for memory leaks (and other problems) by taking advantage of the FailingAllocator and inducing failure at every allocation point within the provided `test_fn` (based on the strategy employed in the Zig parser tests, which can now use this function).