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

Function _mi_mem_protect

3rd/mimalloc-2.0.9/src/region.c:510–512  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

508}
509
510bool _mi_mem_protect(void* p, size_t size) {
511 return _mi_os_protect(p, size);
512}
513
514bool _mi_mem_unprotect(void* p, size_t size) {
515 return _mi_os_unprotect(p, size);

Callers

nothing calls this directly

Calls 1

_mi_os_protectFunction · 0.85

Tested by

no test coverage detected