[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: TrueType in MCL 2.0?



> From: dblamkins@aol.com
> Date: Thu, 06 Aug 92 22:17:08 EDT
> 
> Is there a way
> to influence the amount of Mac heap space allocated during runtime?

The trick I use is if I want to make sure there is 200K free in the Mac heap, I 
type at the Lisp Listener (#_DisposPtr (#_NewPtr 200000)).  It's a good idea to 
count the zeros before hitting return, so you don't accidentally grow the Mac 
heap by 2 megabytes, since it can't shrink.