Searched refs:RREGC_SIZE (Results 1 – 1 of 1) sorted by relevance
266 #define RREGC_SIZE (sizeof(int) * from->num_regs) in onig_region_copy() macro273 to->beg = (int* )xmalloc(RREGC_SIZE); in onig_region_copy()274 to->end = (int* )xmalloc(RREGC_SIZE); in onig_region_copy()279 to->beg = (int* )xrealloc(to->beg, RREGC_SIZE); in onig_region_copy()280 to->end = (int* )xrealloc(to->end, RREGC_SIZE); in onig_region_copy()
Completed in 16 milliseconds