Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!uunet!seismo!vrdxhq!bdmrrr!davis From: davis@bdmrrr.bdm.com (Arthur Davis x4675) Newsgroups: comp.sys.ibm.pc Subject: Re: Microsoft C 4.0 large models Message-ID: <880@bdmrrr.bdm.com> Date: Sun, 2-Aug-87 22:59:49 EDT Article-I.D.: bdmrrr.880 Posted: Sun Aug 2 22:59:49 1987 Date-Received: Tue, 4-Aug-87 00:37:05 EDT References: <1112@lznv.ATT.COM> <399@aucs.UUCP> <3225@cucca.columbia.edu> Organization: BDM Corporation, McLean, Virginia Lines: 8 Summary: Malloc and large models If you have moved your code to a large model, I hope you have changed your malloc calls to _fmalloc (and free to _ffree). You can get some strange results using malloc in a far environment. One result you won't get is the compiler message "Oh gosh, you really shouldn't use malloc in a large model". Not to start an argument with anyone, but it is for reasons such as these that I love 68000-family architectures. Good luck.