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: Impact of Increasing M_MMAP_THRESHOLD to 1GB in malloc().


* ritesh sonawane:

> Apart from changing threshold value do I need to take care of bin index ?
> I have tried to understand the binning of malloc(), and found that its not
> necessary.

The binning is for small allocations only.  No changes will be needed
for correctness.  There are scalability issues if you have many
allocations of sizes that are not tracked in bins, but that is a
preexisting problem in the allocator, unrelated to changing the mmap
threshold or the heap size.


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