This is the mail archive of the glibc-bugs@sources.redhat.com 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]

[Bug libc/167] malloc() eats excess ram


------- Additional Comments From pere at hungry dot com  2004-06-18 08:53 -------
The glibc malloc() is based on Doug Leas malloc(), and will use
mmap() for all requests with size above mmap_threshold.

You can change this threshold using
mallopt(M_MMAP_THRESHOLD, <new value>).  The default threshold
seem to be 128k.  You should test very carefully if you decide to
change this threshold.


-- 


http://sources.redhat.com/bugzilla/show_bug.cgi?id=167

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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