GNOME Bugzilla – Bug 325026
should use slice allocator for PangoOTBuffer
Last modified: 2005-12-27 09:55:25 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...
Created attachment 56421 [details] [review] the patch
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)