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 325040 - could use the slice allocator for attributes
could use the slice allocator for attributes
Status: RESOLVED FIXED
Product: pango
Classification: Platform
Component: general
unspecified
Other Linux
: Normal normal
: ---
Assigned To: pango-maint
pango-maint
Depends on:
Blocks:
 
 
Reported: 2005-12-27 05:15 UTC by Matthias Clasen
Modified: 2006-01-01 11:42 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
the patch (6.24 KB, patch)
2005-12-27 05:15 UTC, Matthias Clasen
none Details | Review

Description Matthias Clasen 2005-12-27 05:15:20 UTC
Lots of < 16 byte allocations in Pango are coming from attributes.
Comment 1 Matthias Clasen 2005-12-27 05:15:44 UTC
Created attachment 56422 [details] [review]
the patch
Comment 2 Behdad Esfahbod 2006-01-01 11:42:14 UTC
2006-01-01  Behdad Esfahbod  <behdad@gnome.org>

        * pango/pango-attributes.c: Use g_slice for various attribute types
        allocations. (bug #325040, Matthias Clasen)