Searched refs:RREGC_SIZE (Results 1 – 1 of 1) sorted by relevance
271 #define RREGC_SIZE (sizeof(int) * from->num_regs) in onig_region_copy() macro278 to->beg = (int* )xmalloc(RREGC_SIZE); in onig_region_copy()279 to->end = (int* )xmalloc(RREGC_SIZE); in onig_region_copy()284 to->beg = (int* )xrealloc(to->beg, RREGC_SIZE, sizeof(int) * to->allocated); in onig_region_copy()285 to->end = (int* )xrealloc(to->end, RREGC_SIZE, sizeof(int) * to->allocated); in onig_region_copy()