summaryrefslogtreecommitdiff
path: root/src/core/memory.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/memory.h')
-rw-r--r--src/core/memory.h15
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;