public inbox for glibc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libc/4349] _int_malloc extremely slow with ordblks free chunks
       [not found] <bug-4349-131@http.sourceware.org/bugzilla/>
@ 2014-02-16 17:45 ` jackie.rosen at hushmail dot com
  2014-05-28 19:42 ` schwab at sourceware dot org
  1 sibling, 0 replies; 5+ messages in thread
From: jackie.rosen at hushmail dot com @ 2014-02-16 17:45 UTC (permalink / raw)
  To: glibc-bugs

https://sourceware.org/bugzilla/show_bug.cgi?id=4349

Jackie Rosen <jackie.rosen at hushmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jackie.rosen at hushmail dot com

--- Comment #4 from Jackie Rosen <jackie.rosen at hushmail dot com> ---
*** Bug 260998 has been marked as a duplicate of this bug. ***
Seen from the domain http://volichat.com
Page where seen: http://volichat.com/adult-chat-rooms
Marked for reference. Resolved as fixed @bugzilla.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug libc/4349] _int_malloc extremely slow with ordblks free chunks
       [not found] <bug-4349-131@http.sourceware.org/bugzilla/>
  2014-02-16 17:45 ` [Bug libc/4349] _int_malloc extremely slow with ordblks free chunks jackie.rosen at hushmail dot com
@ 2014-05-28 19:42 ` schwab at sourceware dot org
  1 sibling, 0 replies; 5+ messages in thread
From: schwab at sourceware dot org @ 2014-05-28 19:42 UTC (permalink / raw)
  To: glibc-bugs

https://sourceware.org/bugzilla/show_bug.cgi?id=4349

Andreas Schwab <schwab at sourceware dot org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|jackie.rosen at hushmail dot com   |

-- 
You are receiving this mail because:
You are on the CC list for the bug.


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug libc/4349] _int_malloc extremely slow with ordblks free chunks
  2007-04-12  5:39 [Bug libc/4349] New: " sun_mingzhou at emc dot com
  2007-04-12  5:41 ` [Bug libc/4349] " sun_mingzhou at emc dot com
  2007-04-19  9:13 ` tomash dot brechko at gmail dot com
@ 2007-04-30 22:34 ` drepper at redhat dot com
  2 siblings, 0 replies; 5+ messages in thread
From: drepper at redhat dot com @ 2007-04-30 22:34 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From drepper at redhat dot com  2007-04-30 23:34 -------
The cvs code has some changes for this.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED


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

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


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug libc/4349] _int_malloc extremely slow with ordblks free chunks
  2007-04-12  5:39 [Bug libc/4349] New: " sun_mingzhou at emc dot com
  2007-04-12  5:41 ` [Bug libc/4349] " sun_mingzhou at emc dot com
@ 2007-04-19  9:13 ` tomash dot brechko at gmail dot com
  2007-04-30 22:34 ` drepper at redhat dot com
  2 siblings, 0 replies; 5+ messages in thread
From: tomash dot brechko at gmail dot com @ 2007-04-19  9:13 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From tomash dot brechko at gmail dot com  2007-04-19 10:13 -------
(In reply to comment #0)
> If this is a known limitation, is there a good work around?

Based on your description it seems you hit the problem addressed by the named patch.

You may download ptmalloc from malloc.de and link with it.  Basically, malloc in
glibc 2.4 (and in 2.5 :-/) is based on ptmalloc2.  You could use
ptmalloc2+patch, but better to just use ptmalloc3.  While the patch implements
naive skip lists to speed up the search of the chunk of the right size,
ptmalloc3 comes with bitwise digital trees (aka tries), which is a much better
solution for the same problem.

> Searching on the web, this problem might be related to the issue Tomash Brechko
> had a patch for in Dec 2004
> (http://sourceware.org/ml/libc-alpha/2004-12/msg00041.html) His patch is
> apparently not included in the glibc 2.4 tree.  Would this patch been eventually
> considered?

Probably no.  As ptmalloc3 is the better solution, we have but to wait until it
will be adopted to glibc.  I guess binary incompatibility is the main obstacle
for that.  Until then, link with ptmalloc3 yourself.

  Tomash

-- 


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

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


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug libc/4349] _int_malloc extremely slow with ordblks free chunks
  2007-04-12  5:39 [Bug libc/4349] New: " sun_mingzhou at emc dot com
@ 2007-04-12  5:41 ` sun_mingzhou at emc dot com
  2007-04-19  9:13 ` tomash dot brechko at gmail dot com
  2007-04-30 22:34 ` drepper at redhat dot com
  2 siblings, 0 replies; 5+ messages in thread
From: sun_mingzhou at emc dot com @ 2007-04-12  5:41 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From sun_mingzhou at emc dot com  2007-04-12 06:41 -------
Created an attachment (id=1675)
 --> (http://sourceware.org/bugzilla/attachment.cgi?id=1675&action=view)
malloc (using new) test program

sizetest.cpp, a simple program to reproduce a worst-case malloc scenario when
there are a large number of free chunks

-- 


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

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


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2014-05-28 19:42 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-4349-131@http.sourceware.org/bugzilla/>
2014-02-16 17:45 ` [Bug libc/4349] _int_malloc extremely slow with ordblks free chunks jackie.rosen at hushmail dot com
2014-05-28 19:42 ` schwab at sourceware dot org
2007-04-12  5:39 [Bug libc/4349] New: " sun_mingzhou at emc dot com
2007-04-12  5:41 ` [Bug libc/4349] " sun_mingzhou at emc dot com
2007-04-19  9:13 ` tomash dot brechko at gmail dot com
2007-04-30 22:34 ` drepper at redhat dot com

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).