mirror of
https://github.com/decaf-emu/decaf-emu.git
synced 2026-07-09 02:07:44 +00:00
Cleanup memory page allocation. #1
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @exjam on GitHub (Jul 1, 2015).
As we currently allocate the whole memory range in base heaps, decide if the page allocation in Memory really necessary?
Orrr mark pages as allocated as they are used from the memory heap? Maybe this is pointless though because games probably will make their own large heaps inside the default heap?