This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
Re: extend dl-minimal malloc implementation
- From: Florian Weimer <fweimer at redhat dot com>
- To: libc-alpha at sourceware dot org
- Cc: DJ Delorie <dj at redhat dot com>, Carlos O'Donell <codonell at redhat dot com>
- Date: Fri, 11 Aug 2017 12:49:32 +0200
- Subject: Re: extend dl-minimal malloc implementation
- Authentication-results: sourceware.org; auth=none
- Authentication-results: ext-mx09.extmail.prod.ext.phx2.redhat.com; dmarc=none (p=none dis=none) header.from=redhat.com
- Authentication-results: ext-mx09.extmail.prod.ext.phx2.redhat.com; spf=fail smtp.mailfrom=fweimer at redhat dot com
- Dmarc-filter: OpenDMARC Filter v1.3.2 mx1.redhat.com 71E38104D5E
- References: <xnk23vy3ln.fsf@greed.delorie.com>
On 06/29/2017 03:39 AM, DJ Delorie wrote:
> + * elf/dl-minimal.c: Upgrade minimal malloc to allow for reusing
> + free'd memory. Migrate malloc/calloc/realloc to morecore(),
> + add free list, optimize calloc zeroing.
> + * elf/tst-dl-minimal-malloc.c: New.
> + * elf/Makefile: Run it.
What's the general feeling about this patch? Is this a direction we
want to move in?
Thanks,
Florian