Searched refs:newBlocks (Results 1 - 1 of 1) sorted by relevance

/xsrc/external/mit/fontconfig/dist/src/
H A Dfccharset.c1057 FcCharLeafEnt **newBlocks; local in function:FcCharLeafEntCreate
1060 newBlocks = realloc (freezer->leaf_blocks, freezer->leaf_block_count * sizeof (FcCharLeafEnt *));
1061 if (!newBlocks)
1063 freezer->leaf_blocks = newBlocks;

Completed in 3 milliseconds