RETALLOC 226 modules/up/src/Core/gnu/regex.c #define RETALLOC(addr, n, t) ((addr) = (t *) realloc (addr, (n) * sizeof (t))) RETALLOC 226 modules/up/src/gnug++/regex.c #define RETALLOC(addr, n, t) ((addr) = (t *) realloc (addr, (n) * sizeof (t)))