pub fn do_leak_check()
Available on crate feature
client_requests_defs
only.Expand description
Do a full memory leak check (like --leak-check=full
) mid-execution
This is useful for incrementally checking for leaks between arbitrary places in the program’s execution.