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 325026 - should use slice allocator for PangoOTBuffer
should use slice allocator for PangoOTBuffer
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-26 23:38 UTC by Matthias Clasen
Modified: 2005-12-27 09:55 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
the patch (959 bytes, patch)
2005-12-27 05:14 UTC, Matthias Clasen
none Details | Review

Description Matthias Clasen 2005-12-26 23:38:47 UTC
pango_ot_buffer_new seems to be the no 1 source of <16 byte allocations in pango, now that the basic engine uses it...
Comment 1 Matthias Clasen 2005-12-27 05:14:03 UTC
Created attachment 56421 [details] [review]
the patch
Comment 2 Behdad Esfahbod 2005-12-27 09:55:25 UTC
Thanks Matthias.

2005-12-27  Behdad Esfahbod  <behdad@gnome.org>

        * pango/opentype/pango-ot-buffer.c: Use g_slice for PangoOTBuffer
        allocation. (bug #325026, Matthias Clasen)