REPEAT_RANGE_ALLOC 639 ext/mbstring/oniguruma/regcomp.c p = (OnigRepeatRange* )xmalloc(sizeof(OnigRepeatRange) * REPEAT_RANGE_ALLOC); REPEAT_RANGE_ALLOC 642 ext/mbstring/oniguruma/regcomp.c reg->repeat_range_alloc = REPEAT_RANGE_ALLOC; REPEAT_RANGE_ALLOC 646 ext/mbstring/oniguruma/regcomp.c n = reg->repeat_range_alloc + REPEAT_RANGE_ALLOC;