deinit
Function parameters
Parameters
- fuzz:*Fuzz
Type definitions in this namespace
Types
Functions in this namespace
Functions
Source
Implementation
pub fn deinit(fuzz: *Fuzz) void {
if (true) @panic("TODO: terminate the fuzzer processes");
fuzz.wait_group.wait();
fuzz.prog_node.end();
const gpa = fuzz.ws.gpa;
gpa.free(fuzz.run_steps);
}