turbo C memory question

Bob Stout Bob.Stout at p6.f506.n106.z1.fidonet.org
Thu Oct 26 15:33:47 AEST 1989


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(). 



More information about the Comp.lang.c mailing list