Path: utzoo!utgpu!watmath!clyde!att!rutgers!mailrus!ames!pasteur!ucbvax!POSTGRES.BERKELEY.EDU!dillon From: dillon@POSTGRES.BERKELEY.EDU (Matt Dillon) Newsgroups: comp.sys.amiga Subject: Re: manx c Message-ID: <8811160401.AA24804@postgres.Berkeley.EDU> Date: 16 Nov 88 04:01:17 GMT Sender: usenet@ucbvax.BERKELEY.EDU Lines: 12 >Is there any way to calloc more than 65535 bytes in manx 3.6a? >-Erik >bennete@romana.cs.orst.edu With 16 bit ints you cannot. If you use 32 bit ints (+L option), you can. However, at least in 3.6, there is an 'lmalloc' call which takes a long (for those of you who use 16 bit ints). Since this doesn't automatically zero the memory, you still have to do that yourself. -Matt