Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GJDuck/e9patch
/ msync
Function
msync
examples/stdlib.c:1211–1214 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1209
}
1210
1211
static int msync(void *addr, size_t length, int flags)
1212
{
1213
return (int)syscall(SYS_msync, addr, length, flags);
1214
}
1215
1216
static int munmap(void *addr, size_t length)
1217
{
Callers
2
ZyanProcessFlushInstructionCache
Function · 0.85
init
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected