This is the mail archive of the libc-help@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: How to avoid the use of mmap for arena allocation?


On 03/22/2016 08:37 PM, Clemens Eisserer wrote:

> Is there a way to tell the allocator to allocate arenas inside the
> process space already reserved by the previous brk-call?

No, there isn't.

Are you sure you need multiple arenas?  You can disable that at least.

Florian


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