RREGC_SIZE 273 ext/mbstring/oniguruma/regexec.c to->beg = (int* )xmalloc(RREGC_SIZE); RREGC_SIZE 274 ext/mbstring/oniguruma/regexec.c to->end = (int* )xmalloc(RREGC_SIZE); RREGC_SIZE 279 ext/mbstring/oniguruma/regexec.c to->beg = (int* )xrealloc(to->beg, RREGC_SIZE); RREGC_SIZE 280 ext/mbstring/oniguruma/regexec.c to->end = (int* )xrealloc(to->end, RREGC_SIZE);