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 malloc/15089] malloc_trim always trims for large padding


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

--- Comment #1 from Thiago Ize <izetip at yahoo dot com> 2013-01-31 18:12:43 UTC ---
Noticed small mistake in my explanation for the fix, it's not
  pad > 1LL<<62
but of course
  pad >= 1ULL<<63
or put another way, whenever making pad signed causes it to become negative.

-- 
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]