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