mmtk::util::memory

Function wrap_libc_call

source
fn wrap_libc_call<T: PartialEq>(f: &dyn Fn() -> T, expect: T) -> Result<()>