MCPcopy 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
1216static int munmap(void *addr, size_t length)
1217{
1218 return (int)syscall(SYS_munmap, addr, length);
1219}
1220
1221static int ioctl(int fd, unsigned long request, ...)
1222{

Callers 7

read_fileFunction · 0.85
elf_endFunction · 0.85
ZyanMemoryVirtualFreeFunction · 0.85
freeELFMethod · 0.85
pool_createFunction · 0.85
pool_destroyFunction · 0.85
malloc_mem_growFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected