GNOME Bugzilla – Bug 325040
could use the slice allocator for attributes
Last modified: 2006-01-01 11:42:14 UTC
Lots of < 16 byte allocations in Pango are coming from attributes.
Created attachment 56422 [details] [review] the patch
2006-01-01 Behdad Esfahbod <behdad@gnome.org> * pango/pango-attributes.c: Use g_slice for various attribute types allocations. (bug #325040, Matthias Clasen)