#Can I force `std.testing.allocator` to not log/report leaked memory?
1 messages · Page 1 of 1 (latest)
Do I just use a different allocator??? haha
For now I'm just gonna use std.heap.c_allocator.
I assume you can configure testing allocator though right? Just like a GPA.
either that or edit test_runner.zig, you can't configure it directly
👍
I mean it's "just" a named GPA, so you can create your own and it's the same thing