Offload int[] to byte[].
[SquirrelJME.git] / assets / developer-notes / stephanie-gawroriski / 2016 / 06 / 12.mkd
blob674a1be0ca581ec2162f6996c29bc7ab62b6ddd1
1 # 2016/06/12
3 ## 10:53
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.
10 ## 11:04
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.