MCPcopy Create free account
hub / github.com/CppCXY/EmmyLuaCodeStyle / mi_os_mbind

Function mi_os_mbind

3rd/mimalloc-2.0.9/src/os.c:1206–1208  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1204#endif
1205#if defined(SYS_mbind)
1206static long mi_os_mbind(void* start, unsigned long len, unsigned long mode, const unsigned long* nmask, unsigned long maxnode, unsigned flags) {
1207 return syscall(SYS_mbind, start, len, mode, nmask, maxnode, flags);
1208}
1209#else
1210static long mi_os_mbind(void* start, unsigned long len, unsigned long mode, const unsigned long* nmask, unsigned long maxnode, unsigned flags) {
1211 MI_UNUSED(start); MI_UNUSED(len); MI_UNUSED(mode); MI_UNUSED(nmask); MI_UNUSED(maxnode); MI_UNUSED(flags);

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected