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: [PATCH] malloc: Perform full initialization before __malloc_check_init


Florian Weimer <fweimer@redhat.com> writes:
> +      /* Heap checking requires a valid top chunk, so perform full
> +	 initialization here.  */
> +      malloc_consolidate (&main_arena);

My original concern hasn't been addressed here, it's "tell the user why
malloc_consolidate() has anything to do with initialization".

s/here./here, which malloc_consolidate does/ is sufficient.


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