Searched refs:CMAP_SUBTABLE_INCR (Results 1 – 1 of 1) sorted by relevance
438 #define CMAP_SUBTABLE_INCR 10 macro1228 … CmapSubTable* tmp = (CmapSubTable*)scalloc(t->m + CMAP_SUBTABLE_INCR, sizeof(CmapSubTable)); in cmapAdd()1229 memset(tmp, 0, t->m + CMAP_SUBTABLE_INCR * sizeof(CmapSubTable)); in cmapAdd()1231 t->m += CMAP_SUBTABLE_INCR; in cmapAdd()