diff options
Diffstat (limited to 'src/core/memory.h')
-rw-r--r-- | src/core/memory.h | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/src/core/memory.h b/src/core/memory.h index eeeee6d65..3f315ff7a 100644 --- a/src/core/memory.h +++ b/src/core/memory.h @@ -492,21 +492,6 @@ public: bool InvalidateSeparateHeap(void* fault_address); - /** - * Remaps a region of the emulated process address space. - * - * @param guest_addr The address to begin remapping at. - * @param size The amount of bytes to remap. - * - * @returns True if remapping is successful, false otherwise. - */ - bool Remap(u64 guest_addr, u32 size); - - /** - * Reclaims memory from pages that are no longer used. - */ - void ReclaimUnusedMemory(); - private: Core::System& system; |