Strucc - 2013-02-26

Is there a way to monitor the status of dynamic memory allocation? (the total memory available, allocated, and the number of allocated "segments"). It would be useful for debugging purposes.

What platforms will support dynamic memory? As object creation (NEW) seems to be a pretty obvious feature of V3...
Can a platform independent V3 library depend on Dynamic memory?