Path: utzoo!utgpu!news-server.csri.toronto.edu!bonnie.concordia.ca!uunet!mcsun!unido!rwthinf!tschil!wolfram From: wolfram@tschil.informatik.rwth-aachen.de (Wolfram Roesler) Newsgroups: comp.sys.atari.st.tech Subject: Re: Ptermres() Message-ID: Date: 8 Apr 91 09:58:46 GMT References: <1991Apr2.111427.27780@informatik.uni-erlangen.de> Sender: news@rwthinf.UUCP Distribution: comp Lines: 10 csbrod@immd4.informatik.uni-erlangen.de (Claus Brod) writes: >When you exit a program via Ptermres() everything you have malloc'ed >stays resident even if you say Ptermres(0,0). Just to make sure I understood things correctly: So I can write a program that allocates memory for, say, a cookie jar and then terminates via Ptermres(0,0), then the program will be removed from memory but the malloced space is ready to be used by other programs running later? Is that space EVER freed?