Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 17 Jan 2013 23:28:50 -0500
From:      Steve Kiernan <stevek@juniper.net>
To:        Konstantin Belousov <kostikbel@gmail.com>
Cc:        Jason Evans <jasone@canonware.com>, freebsd-arch@freebsd.org
Subject:   Re: [JNPR] Proposal to add weak symbols for malloc, realloc, and free to libc
Message-ID:  <20130117232850.1b69bfc0@stevek-ubuntu>
In-Reply-To: <20130118040933.GU2522@kib.kiev.ua>
References:  <20130117161311.4c15c7c4@stevek-ubuntu> <E4A1FEFD-B267-422B-8051-443B1F8519E1@canonware.com> <20130117184654.06f8e330@stevek-ubuntu> <20130118040933.GU2522@kib.kiev.ua>

next in thread | previous in thread | raw e-mail | index | archive | help
--Sig_/jHzI=xLs.qM.JOupZjVFARd
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: quoted-printable

On Fri, 18 Jan 2013 06:09:33 +0200
Konstantin Belousov <kostikbel@gmail.com> wrote:

> On Thu, Jan 17, 2013 at 06:46:54PM -0500, Steve Kiernan wrote:
> > On Thu, 17 Jan 2013 15:42:19 -0800
> > Jason Evans <jasone@canonware.com> wrote:
> >=20
> > > On Jan 17, 2013, at 1:13 PM, Steve Kiernan wrote:
> > > > When libc was changed to use jemalloc, the weak symbols for malloc,=
 realloc, and free ended up being removed.
> > > > This makes it a bit difficult for an application to replace (or aug=
ment) the malloc implementation.
> > > >=20
> > > > This proposal is to add back the weak symbols similar to how they e=
xisted in libc prior to jemalloc introduction.
> > > >=20
> > > > See the following patch for the changes:
> > > > http://people.freebsd.org/~marcel/Juniper/weak-malloc.diff
> > > >=20
> > > > I'm not sure if the the symbols are in the proper place in the Symb=
ol.map file and would welcome comments.
> > >=20
> > > What about calloc(), posix_memalign(), and malloc_usable_size()?  Sim=
ilarly, I think the *allocm() functions in -current may need the same treat=
ment.
> >=20
> > I think you are correct and those would probably be necessary, as well,=
 yes.
> >=20
> > It looked like previously, calloc was not made weak because it was impl=
emented in terms of malloc, but since that is not the case in jemalloc, it =
will need to be addressed.
> >=20
> > I'll update the patch.
>=20
> New symbols should be added to the current version, which is FBSD_1.3
> for the 10.0.

Okay, great. Thank you for the information.

> That said, what are the difficulties you experiencing with the malloc
> interposing ? According to the normal ELF symbol lookup rules, the
> definitions from any object which is loaded before libc overrides the
> libc symbols.

The problem is when one want to augment the calls. For example, say
you want to do some leak detection or keep track of statistics that
the malloc library does not. One would need to still call the original
call after replacing the malloc/realloc/free/etc. with their own.
Without having the __malloc/__realloc/__free/etc. that _used_ to be
in libc, one cannot do so.

--
Stephen J. Kiernan
Juniper Networks, Inc.
stevek_at_juniper.net

--Sig_/jHzI=xLs.qM.JOupZjVFARd
Content-Type: application/pgp-signature; name="signature.asc"
Content-Disposition: attachment; filename="signature.asc"

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)

iEYEARECAAYFAlD4z4MACgkQZSuJlLuTi6gMXgCfYq5jgkm/Mymg0BA/WbTmUeZ0
w7cAoLpNsm7xBH8YUZz4bq5nMRR0gayK
=vB/z
-----END PGP SIGNATURE-----

--Sig_/jHzI=xLs.qM.JOupZjVFARd--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20130117232850.1b69bfc0>