Path: utzoo!utgpu!jarvis.csri.toronto.edu!cs.utexas.edu!samsung!emory!jdyx!bluemtn!cheryl From: cheryl@bluemtn.uucp (Cheryl Lindsey ) Newsgroups: comp.unix.questions Subject: Memory Allocation Message-ID: <1990Feb6.185840.8866@bluemtn.uucp> Date: 6 Feb 90 18:58:40 GMT Organization: blue mountain software, Atlanta Georgia Lines: 42 I am allocating pointers right and left and after a certain point the program will not allow me to allocate any more. I have tried to compile using the -LARGE option to get a large model memory, only I get this response I am using a make file that looks like the following: # # OBJ = sumphero.o miracle.o rdfiles.o srt.o mathfunc.o CFLAGS = -LARGE sumph: $(OBJ) cc $(CFLAGS) $(OBJ) -o sumphero $(OBJ): sumphero.h structs.h macdef.h The environment I am using is SCO UNIX System V/386 release 3.2.0 on an IBM PS/2 Model 70 386. (Customer supplied not company choice.) If anyone has an idea on how to be able to allocate more space, I would love to hear it. Also, some of the pointers I am allocating are to large structures, to to the real stuff. After about 400K bytes allocated the program quits allocating space. Is there some way around this. Thanks, Cheryl Lindsey ..!uunet!emory!bluemtn!cheryl