MCPcopy Create free account
hub / github.com/bytecodealliance/rustix / ret_void_star

Function ret_void_star

src/backend/linux_raw/conv.rs:1035–1037  ·  view source on GitHub ↗
(raw: RetReg<R0>)

Source from the content-addressed store, hash-verified

1033/// `*mut c_void` on success.
1034#[inline]
1035pub(super) fn ret_void_star(raw: RetReg<R0>) -> io::Result<*mut c::c_void> {
1036 try_decode_void_star(raw)
1037}

Callers 5

kernel_brkFunction · 0.85
mmapFunction · 0.85
mmap_anonymousFunction · 0.85
mremapFunction · 0.85
mremap_fixedFunction · 0.85

Calls 1

try_decode_void_starFunction · 0.85

Tested by

no test coverage detected