This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
Re: [patch] Add various constants to malloc_info output.
- From: DJ Delorie <dj at redhat dot com>
- To: Florian Weimer <fw at deneb dot enyo dot de>
- Cc: libc-alpha at sourceware dot org
- Date: Sat, 11 May 2019 20:53:15 -0400
- Subject: Re: [patch] Add various constants to malloc_info output.
Florian Weimer <fw@deneb.enyo.de> writes:
> I think this needs to be conditional on USE_TCACHE.
Right, duh.
> By the way, do you know if MALLOC_ALIGNMENT is visible in debugging
> information somewhere (without -g3)?
I wouldn't expect it to, but with all the work towards debugging in gcc
I wouldn't be surprised if it ended up in there anyway.