Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CppCXY/EmmyLuaCodeStyle
/ _mi_mem_unprotect
Function
_mi_mem_unprotect
3rd/mimalloc-2.0.9/src/region.c:514–516 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
512
}
513
514
bool _mi_mem_unprotect(void* p, size_t size) {
515
return _mi_os_unprotect(p, size);
516
}
Callers
nothing calls this directly
Calls
1
_mi_os_unprotect
Function · 0.85
Tested by
no test coverage detected