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 2/5] Add single-threaded path to malloc/realloc/calloc/memalloc


Wilco Dijkstra <Wilco.Dijkstra@arm.com> writes:

> However if mmap fails then creating a new heap would fail too,

Unless the app did their own mmap() which conflicts with the heap, but I
think that's the app's problem, not ours.

> Are you OK with the rest of this patch?

Yup.  Thanks!


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