pub fn test_io<A, S, Q>(instance: &mut Instance<A, S, Q>)
Expand description
Runs a series of IO tests, hammering especially on allocate and deallocate. This could be especially useful when run with some kind of leak detector.
pub fn test_io<A, S, Q>(instance: &mut Instance<A, S, Q>)
Runs a series of IO tests, hammering especially on allocate and deallocate. This could be especially useful when run with some kind of leak detector.