[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
IDL Memory Management
- Subject: IDL Memory Management
- From: "Myron Brown" <Myron.Brown(at)jhuapl.edu>
- Date: Thu, 6 Jan 2000 09:30:36 -0500
- Newsgroups: comp.lang.idl-pvwave
- Organization: Johns Hopkins University Applied Physics Lab, Laurel, MD, USA
- Xref: news.doit.wisc.edu comp.lang.idl-pvwave:17923
Hi. I'm having a problem that I'm not sure how to solve. I call a
procedure I wrote which manipulates large images. When it's done, it passes
me back a relatively small array. However, AFTER the procedure is complete,
I have problems with swap space. It appears that something is still
allocated (or something). I am not using pointers, just simple arrays
(which I assume get thrown on the stack - maybe not). Any ideas on how to
deallocate this?
Myron Brown
JHU Applied Physics Laboratory
Myron.Brown@jhuapl.edu