Path: utzoo!attcan!utgpu!jarvis.csri.toronto.edu!mailrus!cs.utexas.edu!tut.cis.ohio-state.edu!ucbvax!agate!shelby!lindy!news From: LC.YRS@forsythe.stanford.edu (Richard Stanton) Newsgroups: comp.sys.ibm.pc Subject: Re: > 64 K Message-ID: <5744@lindy.Stanford.EDU> Date: 13 Nov 89 23:56:39 GMT Sender: news@lindy.Stanford.EDU (News Service) Distribution: usa Lines: 8 I made a mistake in my last message. The standard allocation functions are OK for arrays < 64k, but for larger arrays you need the specific function "halloc" which allows arrays > 64 The inverse function is hfree, which frees the memory you allocated with halloc. Richard Stanton PSTANTON@gsb-what.stanford.edu