Am 11.05.2010 um 15:15 schrieb Javier Pimás:
Hi,
        I'm working in memory management of SqueakNOS platform. Currently we use a static size heap, and we'll probably have to change that. I read in the blue book that the heap is implemented as a contiguous chunk of memory, is the heap done that way in squeak?

Yes.

For SqueakNOS I'd think you should simply use all the available memory.

- Bert -