From owner-freebsd-hackers Sat Feb 10 16: 9:28 2001 Delivered-To: freebsd-hackers@freebsd.org Received: from harmony.village.org (rover.village.org [204.144.255.66]) by hub.freebsd.org (Postfix) with ESMTP id 281CA37B503 for ; Sat, 10 Feb 2001 16:09:12 -0800 (PST) Received: from harmony.village.org (localhost.village.org [127.0.0.1]) by harmony.village.org (8.11.1/8.11.1) with ESMTP id f1B098W17620; Sat, 10 Feb 2001 17:09:08 -0700 (MST) (envelope-from imp@harmony.village.org) Message-Id: <200102110009.f1B098W17620@harmony.village.org> To: John Wilson Subject: Re: operator new with C++ and pthreads Cc: Jordan Hubbard , freebsd-hackers@FreeBSD.ORG In-reply-to: Your message of "Sat, 10 Feb 2001 13:55:29 PST." <28330970.981842130266.JavaMail.imail@pugsly.excite.com> References: <28330970.981842130266.JavaMail.imail@pugsly.excite.com> Date: Sat, 10 Feb 2001 17:09:08 -0700 From: Warner Losh Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In message <28330970.981842130266.JavaMail.imail@pugsly.excite.com> John Wilson writes: : inline void *operator new(size_t size) This causes no code to be generated. Remove inline. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message