Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GJDuck/e9patch
/ munmap
Function
munmap
examples/stdlib.c:1216–1219 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1214
}
1215
1216
static int munmap(void *addr, size_t length)
1217
{
1218
return (int)syscall(SYS_munmap, addr, length);
1219
}
1220
1221
static int ioctl(int fd, unsigned long request, ...)
1222
{
Callers
7
read_file
Function · 0.85
elf_end
Function · 0.85
ZyanMemoryVirtualFree
Function · 0.85
freeELF
Method · 0.85
pool_create
Function · 0.85
pool_destroy
Function · 0.85
malloc_mem_grow
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected