Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.2 9/18/84 (Fortune 01.1b1); site graffiti.UUCP Path: utzoo!watmath!clyde!burl!ulysses!allegra!mit-eddie!think!harvard!seismo!ut-sally!ut-ngp!shell!graffiti!peter From: peter@graffiti.UUCP (Peter da Silva) Newsgroups: net.lang.c Subject: Re: free and malloc Message-ID: <333@graffiti.UUCP> Date: Sun, 20-Oct-85 23:22:42 EDT Article-I.D.: graffiti.333 Posted: Sun Oct 20 23:22:42 1985 Date-Received: Wed, 23-Oct-85 04:44:28 EDT References: <324@bcsaic.UUCP> <10200013@ada-uts.UUCP> <103@emacs.UUCP> <911@lll-crg.ARpA> <296@codas.UUCP> Distribution: net Organization: The Power Elite, Houston, TX Lines: 5 > >Does anyone out there really use free? YES. Some of us have to write programs that will run to completion in 64K, or feel that cutting down the size of programs is a good idea. Yes, I free() every pointer I malloc() as soon as I no longer need it.