]> git.wh0rd.org - fontconfig.git/commit
Make cache reference counting more efficient.
authorKeith Packard <keithp@neko.keithp.com>
Tue, 5 Sep 2006 05:26:24 +0000 (22:26 -0700)
committerKeith Packard <keithp@neko.keithp.com>
Tue, 5 Sep 2006 05:26:24 +0000 (22:26 -0700)
commit17389539a046f7231447d531ef7f3d131c1d7515
treeb0a28f4190365d78567c46ec432a46d7ed7c5ebd
parent9e612141df7e693ef98071f102cecb5d777ceecb
Make cache reference counting more efficient.

Eliminate need to reference cache object once per cached font, instead
just count the number of fonts used from the cache and bump the reference
count once by that amount. I think this makes this refernece technique
efficient enough for use.
src/fccache.c
src/fccfg.c
src/fcint.h