This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: extend dl-minimal malloc implementation


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]