mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 04:08:55 +00:00
Remove code for only allocating low memory
This is unnecessary when we have position-independent code.
This commit is contained in:
parent
89535468eb
commit
4b4cf509f8
7 changed files with 26 additions and 84 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue