mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
Remove code for only allocating low memory
This is unnecessary when we have position-independent code.
This commit is contained in:
@ -9,7 +9,7 @@
|
||||
|
||||
namespace Common
|
||||
{
|
||||
void* AllocateExecutableMemory(size_t size, bool low = true);
|
||||
void* AllocateExecutableMemory(size_t size);
|
||||
void* AllocateMemoryPages(size_t size);
|
||||
void FreeMemoryPages(void* ptr, size_t size);
|
||||
void* AllocateAlignedMemory(size_t size, size_t alignment);
|
||||
|
Reference in New Issue
Block a user