Function mmtk::util::memory::wrap_libc_call

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