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

[Bug libc/11261] malloc uses excessive memory for multi-threaded applications


http://sourceware.org/bugzilla/show_bug.cgi?id=11261

--- Comment #11 from Marius Heuler <heuler at infosim dot net> 2011-09-02 07:44:31 UTC ---
Comment on attachment 5917
  --> http://sourceware.org/bugzilla/attachment.cgi?id=5917
Memory consumption with glibc malloc and jeMalloc (straight line).

We now changed to another malloc implementation: jeMalloc
(http://www.canonware.com/jemalloc/) which is a magnitude superior to the glibc
malloc. A similar implementation is also used in *BSD variants!
Linux/glibc should really improve their malloc since the current implementation
is not sufficient for large applications. 
Why can't this implemenetion be used inside glibc? Is it GPL <-> BSD license
problem?

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


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