Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!tut.cis.ohio-state.edu!ucbvax!ucdavis!uop!cheers!greg From: greg@cheers.uucp (Greg Onufer) Newsgroups: comp.lang.c Subject: Re: clearing entire memory Message-ID: <1Tf3p3#2rh9Yv=greg@cheers.UUCP> Date: 2 Dec 89 02:36:42 GMT References: <13367@s.ms.uky.edu> Distribution: usa Lines: 9 kminor@ms.uky.edu (Kevin R. Minor) writes: >Here's my question. Is there a way to free up the entire memory >without having to deallocate each node? If I can free the entire tree >structure in one step, it will dramatically save in run-time. Either way, >I'd like to know for my paper. Well, calling exit() will do exactly what you want. :-) Cheers!greg