This is an archive of CompuServe forum messages from 1985 to 1995, as saved in transcripts by John Foust.
Search Results (2 messages)
#CodeWarrior
Message #164054
Dan: Is there a Metrowerks forum (similar to Symantec's forum) on CompuServe? Jim Kingsepp Moody's Investors Service
Using malloc && realloc
Message #7309
I've been having problems using the standard C calls to malloc() and realloc() in my C code for the Mac. When I call either of these functions I get 15024 bytes of memory allocated for my pointer. However, when I call free() to deallocate the memory (in the case of…