Arc Forum | If you alloc memory with cmalloc mzscheme will automatically delete it for you. ...

3 points by stefano 6419 days ago | link | parent

If you alloc memory with cmalloc mzscheme will automatically delete it for you. Try

 (def infinite ()
 (cmalloc 4)
 (infinite))
 (infinite)
You shouldn't run out of memory. If you do, then I'm wrong.



AltStyle によって変換されたページ (->オリジナル) /