Path: utzoo!attcan!utgpu!jarvis.csri.toronto.edu!mailrus!wuarchive!psuvax1!rutgers!texbell!nuchat!moray!urchin!p6.f506.n106.z1.fidonet.org!Bob.Stout From: Bob.Stout@p6.f506.n106.z1.fidonet.org (Bob Stout) Newsgroups: comp.lang.c Subject: turbo C memory question Message-ID: <1160.25475CCA@urchin.fidonet.org> Date: 26 Oct 89 05:33:47 GMT Sender: ufgate@urchin.fidonet.org (newsout1.26) Organization: FidoNet node 1:106/506.6 - Fulcrum's Edge, Spring TX Lines: 3 Your best bet would be to allocate your arrays off the far heap. This is automatic when using large, huge, or compact models, and can be forced in the other models by specifying your arrays with far pointers and using farmalloc().