mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-30 12:48:57 +00:00
Revert "Merge pull request #2358 from Tilka/pie"
This reverts commit0f7f8f8774
, reversing changes made to9f15054358
.
This commit is contained in:
parent
bd196e8c71
commit
0b0f70aad4
19 changed files with 186 additions and 119 deletions
|
@ -7,7 +7,7 @@
|
|||
#include <cstddef>
|
||||
#include <string>
|
||||
|
||||
void* AllocateExecutableMemory(size_t size, void* map_hint);
|
||||
void* AllocateExecutableMemory(size_t size, bool low = true);
|
||||
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