xdrealloc 124 usefulstuff.c args->args = (char**) xdrealloc(args->args, sizeof(char*) * args->c); xdrealloc 131 usefulstuff.c args->args = (char**) xdrealloc(args->args, sizeof(char*) * args->c); xdrealloc 140 usefulstuff.c args->args = (char**) xdrealloc(args->args, sizeof(char*) * args->c); xdrealloc 34 xdebug_str.c xs->d = xdrealloc(xs->d, xs->a + l + XDEBUG_STR_PREALLOC); xdrealloc 51 xdebug_str.c xs->d = xdrealloc(xs->d, xs->a + le + XDEBUG_STR_PREALLOC); xdrealloc 106 xdebug_str.c new_str = (char *) xdrealloc(new_str, size);