Searched refs:CMAP_SUBTABLE_INCR (Results 1 – 1 of 1) sorted by relevance
439 #define CMAP_SUBTABLE_INCR 10 macro1229 … CmapSubTable* tmp = (CmapSubTable*)scalloc(t->m + CMAP_SUBTABLE_INCR, sizeof(CmapSubTable)); in cmapAdd()1230 memset(tmp, 0, t->m + CMAP_SUBTABLE_INCR * sizeof(CmapSubTable)); in cmapAdd()1232 t->m += CMAP_SUBTABLE_INCR; in cmapAdd()
Completed in 21 milliseconds