]> git.wh0rd.org - fontconfig.git/commit
[xml] Allocate FcExpr's in a pool in FcConfig
authorBehdad Esfahbod <behdad@behdad.org>
Sat, 6 Jun 2009 02:32:31 +0000 (22:32 -0400)
committerBehdad Esfahbod <behdad@behdad.org>
Wed, 24 Jun 2009 17:52:13 +0000 (13:52 -0400)
commit390c05e64a3716f6ea6fd81cf3ab63439051fbaa
tree281f850e2e70ad9824eb693f66cfc7c381fb1a5d
parent398d436441d741d6f8edcc25ca01aa9715c0731c
[xml] Allocate FcExpr's in a pool in FcConfig

Reduces number of malloc's for FcExprs from hundreds into single digits.
src/fccfg.c
src/fcint.h
src/fcxml.c