REPEAT_RANGE_ALLOC  657 ext/mbstring/oniguruma/regcomp.c     p = (OnigRepeatRange* )xmalloc(sizeof(OnigRepeatRange) * REPEAT_RANGE_ALLOC);
REPEAT_RANGE_ALLOC  660 ext/mbstring/oniguruma/regcomp.c     reg->repeat_range_alloc = REPEAT_RANGE_ALLOC;
REPEAT_RANGE_ALLOC  664 ext/mbstring/oniguruma/regcomp.c     n = reg->repeat_range_alloc + REPEAT_RANGE_ALLOC;