After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 84536 - replace mem chunks by trash stacks
replace mem chunks by trash stacks
Status: RESOLVED DUPLICATE of bug 118439
Product: glib
Classification: Platform
Component: general
2.0.x
Other other
: Normal normal
: ---
Assigned To: gtkdev
gtkdev
Depends on:
Blocks:
 
 
Reported: 2002-06-07 22:08 UTC by Matthias Clasen
Modified: 2011-02-18 16:13 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Matthias Clasen 2002-06-07 22:08:25 UTC
Tim said that he wants to do this since mem chunks are too slow.
Comment 1 Owen Taylor 2002-06-11 20:04:22 UTC
How to improve the allocation caching we do certainly
could use some investigation; you can't just 
s/mem chunks/trash stacks/ though. We usually already
have "trash stacks" in front of memchunks where its
crucial, and in other places, you'd probably just
want to s/mem chunks/malloc/.


Comment 2 Matthias Clasen 2002-06-11 20:57:34 UTC
Whatever; I just saw this in an old gtk-devel thread an wanted to get
it into bugzilla.
Comment 3 Matthias Clasen 2003-07-28 07:28:39 UTC

*** This bug has been marked as a duplicate of 118439 ***