]> git.wh0rd.org - fontconfig.git/commit
[fcstr.c] Embed a static 64-byte buffer in FcStrBuf
authorBehdad Esfahbod <behdad@behdad.org>
Wed, 11 Mar 2009 17:56:09 +0000 (13:56 -0400)
committerBehdad Esfahbod <behdad@behdad.org>
Thu, 12 Mar 2009 17:14:37 +0000 (13:14 -0400)
commit7d35c11b3304659d8be43913c9b125f2b5b38516
tree63bb94aa3a35f584aaa022cad670b974acfb0a26
parent916640ce40b995d1d97244975139ec0c030483e4
[fcstr.c] Embed a static 64-byte buffer in FcStrBuf

Reduces number of mallocs called from FcStrBufChar in my small test
from 900 down to 6.
src/fcint.h
src/fcstr.c