1
0
mirror of https://github.com/xmrig/xmrig.git synced 2026-02-01 09:43:03 -05:00

Added unprotectExecutableMemory for future use.

This commit is contained in:
XMRig
2019-06-04 15:48:32 +07:00
parent f620ffe899
commit ac43cd4f9c
3 changed files with 14 additions and 0 deletions

View File

@@ -43,6 +43,7 @@ public:
static void flushInstructionCache(void *p, size_t size);
static void freeLargePagesMemory(void *p, size_t size);
static void protectExecutableMemory(void *p, size_t size);
static void unprotectExecutableMemory(void *p, size_t size);
};