From owner-svn-src-all@FreeBSD.ORG Sat May 25 19:16:16 2013 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id E6FE2BAF; Sat, 25 May 2013 19:16:16 +0000 (UTC) (envelope-from kabaev@gmail.com) Received: from mail-ve0-x22d.google.com (mail-ve0-x22d.google.com [IPv6:2607:f8b0:400c:c01::22d]) by mx1.freebsd.org (Postfix) with ESMTP id 6C7DC107; Sat, 25 May 2013 19:16:16 +0000 (UTC) Received: by mail-ve0-f173.google.com with SMTP id cy12so4220795veb.4 for ; Sat, 25 May 2013 12:16:15 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:cc:subject:message-id:in-reply-to:references:x-mailer :mime-version:content-type; bh=KGouzFGwZw6pSh8eiMX9FGOOTDtfCU6U1Ax/+5EDUrg=; b=Yu7jPj0mvjZi0Hq/KILEFcQJ0vOSeiXUc8f6GHmGbt25r3JBSBr/ZzCqXwjhJYeJ5e VJQlOh8a05zciRcS0qI9FXefNORydneMhFL0+2VU9ucnw4zVBWwmUhK37+54fw0yGl3n a9+s2JcNkw82Ahr8Kfsq+qeUVZY1z0OgBceMsouLUF4DDvgR4uQN87J0/y67VIKLGndT P/qISyhQPWIsHdAEr8xJ91XUZSGAykohFp+fha0lIKYe1ronPxQJSfTzx7uUC/yve2nD zGwnExEKNkbT9dFJsYPCfNOOjjXcTivO4RFqsCRMfwzWIjGXIyYV4QFfXlyQuMnKsbbR ZR0g== X-Received: by 10.52.163.69 with SMTP id yg5mr10072676vdb.38.1369509375124; Sat, 25 May 2013 12:16:15 -0700 (PDT) Received: from kan.dyndns.org (c-24-63-226-98.hsd1.ma.comcast.net. [24.63.226.98]) by mx.google.com with ESMTPSA id aq10sm13640425ved.2.2013.05.25.12.16.13 for (version=SSLv3 cipher=RC4-SHA bits=128/128); Sat, 25 May 2013 12:16:14 -0700 (PDT) Date: Sat, 25 May 2013 15:16:00 -0400 From: Alexander Kabaev To: Marcel Moolenaar Subject: Re: svn commit: r250991 - in head: contrib/jemalloc/include/jemalloc include lib/libc/stdlib/jemalloc Message-ID: <20130525151600.147432e6@kan.dyndns.org> In-Reply-To: <201305251859.r4PIxChc053341@svn.freebsd.org> References: <201305251859.r4PIxChc053341@svn.freebsd.org> X-Mailer: Claws Mail 3.9.0 (GTK+ 2.24.17; amd64-portbld-freebsd10.0) Mime-Version: 1.0 Content-Type: multipart/signed; micalg=PGP-SHA1; boundary="Sig_/HldmvvB1T3IDiv4sLFIaP9w"; protocol="application/pgp-signature" Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 25 May 2013 19:16:17 -0000 --Sig_/HldmvvB1T3IDiv4sLFIaP9w Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable On Sat, 25 May 2013 18:59:12 +0000 (UTC) Marcel Moolenaar wrote: > Make the malloc(3) family of functions weak and make their non-weak > implementations visible for use by applications. The functions $F > that are now weak symbols are: > allocm, calloc, dallocm, free, malloc, malloc_usable_size, > nallocm, posix_memalign, rallocm, realloc, sallocm > =20 > The non-weak implementations of $F are exported as __$F. > =20 > Submitted by: stevek@juniper.net > Reviewed by: jasone@, kib@ > Approved by: jasone@ (jemalloc) Don't we use namespace.h/unnamespace.h for this?=20 --=20 Alexander Kabaev --Sig_/HldmvvB1T3IDiv4sLFIaP9w Content-Type: application/pgp-signature; name=signature.asc Content-Disposition: attachment; filename=signature.asc -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.19 (FreeBSD) iD8DBQFRoQ39Q6z1jMm+XZYRAofPAKCELfKJpjsePU5fZLIGxPJcchZhlACgqf3J 73nofFyfyXF1+V+/seZlYfY= =0QBo -----END PGP SIGNATURE----- --Sig_/HldmvvB1T3IDiv4sLFIaP9w--