mirror of
https://github.com/xmrig/xmrig.git
synced 2026-04-18 13:22:43 -04:00
Added 1GB hugepages support for Linux
This commit is contained in:
@@ -43,4 +43,9 @@ namespace randomx {
|
||||
static void freeMemory(void*, size_t);
|
||||
};
|
||||
|
||||
struct OneGbPageAllocator {
|
||||
static void* allocMemory(size_t);
|
||||
static void freeMemory(void*, size_t);
|
||||
};
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user