Path: utzoo!utgpu!watmath!iuvax!purdue!tut.cis.ohio-state.edu!hydroplane.cis.ohio-state.edu!ray From: ray@hydroplane.cis.ohio-state.edu (william c ray) Newsgroups: comp.sys.mac.programmer Subject: Malloc Message-ID: <73658@tut.cis.ohio-state.edu> Date: 6 Nov 89 06:21:12 GMT References: <5804@ucdavis.ucdavis.edu> <32366@ucbvax.BERKELEY.EDU> Sender: news@tut.cis.ohio-state.edu Reply-To: william c ray Organization: Ohio State University Computer and Information Science Lines: 10 Probably another stupid question, but here goes... I've been trying to convert some lightspeed C (3.02) projects over to Think 4.0, and keep getting the same problem. Mallocs that used to work just fine, are returning out-of-memory. The same thing happens with calloc, etc. Is this a known 4.0 bug? is there a fix for it? I can manage to allocate maybe 50 bytes before I get a Null... Anyone have any ideas? Thanks, (Just a stupid pascal programmer hacking away) Will Ray