new_alloc         364 ext/mbstring/oniguruma/regint.h   unsigned int new_alloc = (buf)->alloc;\
new_alloc         365 ext/mbstring/oniguruma/regint.h   while (new_alloc < (unsigned int )(size)) { new_alloc *= 2; }\
new_alloc         366 ext/mbstring/oniguruma/regint.h   if ((buf)->alloc != new_alloc) {\
new_alloc         367 ext/mbstring/oniguruma/regint.h     (buf)->p = (UChar* )xrealloc((buf)->p, new_alloc);\
new_alloc         369 ext/mbstring/oniguruma/regint.h     (buf)->alloc = new_alloc;\