[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: TrueType in MCL 2.0?
- To: dblamkins@aol.com
- Subject: Re: TrueType in MCL 2.0?
- From: moon (David A. Moon)
- Date: Fri, 07 Aug 92 10:35:36 EDT
- Cc: info-mcl@cambridge.apple.com
> 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.