RREGC_SIZE        271 ext/mbstring/oniguruma/regexec.c       to->beg = (int* )xmalloc(RREGC_SIZE);
RREGC_SIZE        272 ext/mbstring/oniguruma/regexec.c       to->end = (int* )xmalloc(RREGC_SIZE);
RREGC_SIZE        277 ext/mbstring/oniguruma/regexec.c     to->beg = (int* )xrealloc(to->beg, RREGC_SIZE);
RREGC_SIZE        278 ext/mbstring/oniguruma/regexec.c     to->end = (int* )xrealloc(to->end, RREGC_SIZE);