fix(core): Properly release memory when stopping emulation

Signed-off-by: Collecting <collecting@noreply.localhost>
This commit is contained in:
Collecting
2026-01-09 04:43:25 +00:00
parent 24fe7ed36e
commit 5a28f13c06

View File

@@ -69,8 +69,9 @@ public:
return address >= virtual_base && address < virtual_base + virtual_size;
}
private:
size_t backing_size{};
private:
size_t virtual_size{};
// Low level handler for the platform dependent memory routines