MCPcopy 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
514bool _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_unprotectFunction · 0.85

Tested by

no test coverage detected