This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
Re: Re: [PATCH] manual: Document replacing malloc [BZ #20424]
- From: Rical Jasan <ricaljasan at pacific dot net>
- To: Florian Weimer <fweimer at redhat dot com>, DJ Delorie <dj at redhat dot com>, Florian Weimer <fw at deneb dot enyo dot de>
- Cc: libc-alpha at sourceware dot org
- Date: Thu, 20 Apr 2017 19:33:02 -0700
- Subject: Re: Re: [PATCH] manual: Document replacing malloc [BZ #20424]
- Authentication-results: sourceware.org; auth=none
- References: <c05f8996-6cc6-b9ee-0f94-f78ba0cf3bd8@redhat.com>
On 04/20/2017 03:53 AM, Florian Weimer wrote:
> +@node Replacing malloc
> +@subsection Replacing @code{malloc}
> +
> +@cindex @code{malloc} replacement
> +@cindex @code{LD_PRELOAD} and @code{malloc}
> +@cindex alternative @code{malloc} implementations
> +@cindex customizing @code{malloc}
> +@cindex interposing @code{malloc}
> +@cindex preempting @code{malloc}
> +@cindex replacing @code{malloc}
> +@Theglibc{} supports replacing the built-in @code{malloc} implementation
I appreciate the liberal use of @cindex here, especially having one that
also begins with "malloc".
Rical