]> git.wh0rd.org - fontconfig.git/commit
[fcxml.c] Embed a static 64-byte attr buffer in FcPStack
authorBehdad Esfahbod <behdad@behdad.org>
Thu, 12 Mar 2009 16:31:57 +0000 (12:31 -0400)
committerBehdad Esfahbod <behdad@behdad.org>
Thu, 12 Mar 2009 17:14:38 +0000 (13:14 -0400)
commitde69ee14d3ed094cd2bc4df603a03675c28d1b5b
tree2ff346f409c2999657260f8edb25b4dcbfae246d
parent39861b7d9c69e71b9a8fb0d0d04279520cb30f04
[fcxml.c] Embed a static 64-byte attr buffer in FcPStack

Reduces number of mallocs called from FcConfigSaveAttr in my small test
from 160 down to 6.
src/fcstr.c
src/fcxml.c