REPEAT_RANGE_ALLOC  637 mbstring/oniguruma/regcomp.c     p = (OnigRepeatRange* )xmalloc(sizeof(OnigRepeatRange) * REPEAT_RANGE_ALLOC);
REPEAT_RANGE_ALLOC  640 mbstring/oniguruma/regcomp.c     reg->repeat_range_alloc = REPEAT_RANGE_ALLOC;
REPEAT_RANGE_ALLOC  644 mbstring/oniguruma/regcomp.c     n = reg->repeat_range_alloc + REPEAT_RANGE_ALLOC;