Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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]
1035
pub(super) fn ret_void_star(raw: RetReg<R0>) -> io::Result<*mut c::c_void> {
1036
try_decode_void_star(raw)
1037
}
Callers
5
kernel_brk
Function · 0.85
mmap
Function · 0.85
mmap_anonymous
Function · 0.85
mremap
Function · 0.85
mremap_fixed
Function · 0.85
Calls
1
try_decode_void_star
Function · 0.85
Tested by
no test coverage detected