Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CppCXY/EmmyLuaCodeStyle
/ _mi_os_unprotect
Function
_mi_os_unprotect
3rd/mimalloc-2.0.9/src/os.c:1123–1125 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1121
}
1122
1123
bool _mi_os_unprotect(void* addr, size_t size) {
1124
return mi_os_protectx(addr, size, false);
1125
}
1126
1127
1128
Callers
2
_mi_mem_unprotect
Function · 0.85
mi_segment_os_free
Function · 0.85
Calls
1
mi_os_protectx
Function · 0.85
Tested by
no test coverage detected