From owner-freebsd-questions Wed May 6 14:25:00 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA24357 for freebsd-questions-outgoing; Wed, 6 May 1998 14:25:00 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from jason04.u.washington.edu (root@jason04.u.washington.edu [140.142.78.5]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA24341 for ; Wed, 6 May 1998 14:24:51 -0700 (PDT) (envelope-from jcwells@u.washington.edu) Received: from saul9.u.washington.edu (root@saul9.u.washington.edu [140.142.82.7]) by jason04.u.washington.edu (8.8.4+UW97.07/8.8.4+UW97.05) with ESMTP id OAA30198; Wed, 6 May 1998 14:24:46 -0700 Received: from s8-37-26.student.washington.edu (S8-37-26.student.washington.edu [128.208.37.26]) by saul9.u.washington.edu (8.8.4+UW97.07/8.8.4+UW97.04) with SMTP id OAA00658; Wed, 6 May 1998 14:24:45 -0700 (PDT) Date: Wed, 6 May 1998 14:23:17 -0700 (PDT) From: "Jason C. Wells" X-Sender: jason@s8-37-26.student.washington.edu To: Doug White cc: FreeBSD Questions Subject: Re: malloc.h vs. stdlib.h In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, 6 May 1998, Doug White wrote: >On Wed, 6 May 1998, Studded wrote: > >> When compiling someone else's stuff I often see warnings to the effect >> of, "warning, this file includes malloc.h which is a bad thing, please >> use stdlib.h instead." I am wondering if it's worthwhile to actually >> make that change in the software and recompile. > >Probably. That way we're sure it's using our enhanced malloc instead of a >local reimplementation. I got confused here. When you say "use our enhanced malloc" do you mean use stdlib.h? I am porting an app that gives this error as well so this info is useful to me. Thank you, | Try some of this. It will show you where you're at. Jason Wells | http://www.freebsd.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message