Xref: utzoo comp.unix.questions:28015 comp.lang.c:35163 Path: utzoo!censor!geac!torsqnt!lethe!yunexus!ists!helios.physics.utoronto.ca!news-server.csri.toronto.edu!bonnie.concordia.ca!thunder.mcrcim.mcgill.edu!snorkelwacker.mit.edu!hsdndev!cmcl2!adm!smoke!gwyn From: gwyn@smoke.brl.mil (Doug Gwyn) Newsgroups: comp.unix.questions,comp.lang.c Subject: Re: Memory allocation/deallocation for tree? Any good way? Message-ID: <14805@smoke.brl.mil> Date: 10 Jan 91 16:05:23 GMT References: <1991Jan7.034619.4449@portia.Stanford.EDU> Followup-To: comp.unix.questions Organization: U.S. Army Ballistic Research Laboratory, APG, MD. Lines: 6 In article mcdaniel@adi.com (Tim McDaniel) writes: >A free() that did nothing would satisfy ANSI C, ... Not strictly true, as the standard specifies that the storage is made available for subsequent allocation. However, there is no strictly conforming way to test for this behavior.