Cleanup memory page allocation. #1

Open
opened 2026-01-29 21:17:37 +00:00 by claunia · 0 comments
Owner

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?

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?
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/decaf-emu#1