5 Been somewhat busy these past few days. What I need is an interface for
6 memory allocation. This interface would just manage which regions of memory
7 are taken and such. These could be later manually freed for example. What
8 I also need is some kind of placement strategy.
12 For some efficiency and cleanup, it is possible that processes could get their
13 own memory pools. That however would require that a GC be performed for each
14 process rather than all of them. On lower memory systems the ability to GC
15 all processes will make a large difference.