Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!ames!apple!brutus.cs.uiuc.edu!wuarchive!kuhub.cc.ukans.edu!heping From: HEPING@kuhub.cc.ukans.edu Newsgroups: comp.lang.c Subject: How to free calloc(3X)? Message-ID: <9208@kuhub.cc.ukans.edu> Date: 20 Aug 89 16:25:41 GMT Organization: University of Kansas Academic Computing Services Lines: 8 Question: For the fast main memory allocator calloc(), how can I free the block previously allocated by calloc? Can I use free() or cfree()? And why isn't there such a function when you look at "malloc(3X)"? Thanks for help. Phil