Path: utzoo!attcan!utgpu!jarvis.csri.toronto.edu!clyde.concordia.ca!uunet!samsung!uakari.primate.wisc.edu!caesar.cs.montana.edu!ogicse!emory!utkcs2!alphard!battle From: battle@alphard.cs.utk.edu (David Battle) Newsgroups: comp.unix.wizards Subject: valloc(3) Summary: Is it safe (read correct) to free(3) valloc'ed memory? Message-ID: <1509@utkcs2.cs.utk.edu> Date: 15 Dec 89 15:06:48 GMT Sender: news@utkcs2.cs.utk.edu Reply-To: battle@alphard.cs.utk.edu (David Battle) Organization: CS Dept -- University of TN, Knoxville Lines: 5 Is it safe to free memory allocated with valloc(3) using free(3) on an Ultrix system? I ask because valloc adds some to the pointer returned by malloc in order to allign the returned address. -David L. Battle