Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!swrinde!zaphod.mps.ohio-state.edu!sdd.hp.com!hplabs!hpl-opus!hpnmdla!hpmwtd!davem From: davem@hpmwtd.HP.COM (Dave McQuate) Newsgroups: comp.sys.ibm.pc.misc Subject: Re: Turbo C large array Message-ID: <910017@hpmwdjm.HP.COM> Date: 30 Jul 90 17:10:34 GMT References: <1990Jul27.194738.7304@ux1.cso.uiuc.edu> Organization: HP Microwave Tech. - Santa Rosa, Ca. Lines: 11 If your declaration is local to a function, it will be allocated from the stack--I don't think the stack may be any larger than 64k. I'm not sure about declaring it as a static (ie global)--it might work that way. I am sure that it may be drawn from the heap as a dynamic array by using farmalloc(), and recycled into the heap with farfree(). Dave McQuate Voice: (707) 577-4585 INTERNET: davem%hpmwtd@hplabs.hp.com UUCP: ...hplabs!hpmwtd!davem