[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
memory management question
- To: info-mcl@ministry.cambridge.apple.com
- Subject: memory management question
- From: neves@aristotle.ils.nwu.edu (Neves )
- Date: 8 Dec 1993 17:05:50 GMT
- Newsgroups: comp.lang.lisp.mcl
- Organization: The Institute for the Learning Sciences
I'm trying to use the Quicktime call "loadmovieintoram". However when
I try to load movies that are larger than the Mac Heap size I get
really long pauses (many seconds). My guess is that it is trying to
grab some Lisp Heap space. How can I eliminate these long pauses? If
it is the fault of migration from Lisp to Mac Heap I would be very
happy if I could temporarily turn off the Lisp Heap to Mac Heap
migration.
-David