bmake_realloc
buf->data = bmake_realloc(buf->data, buf->cap);
buf->data = bmake_realloc(buf->data, buf->cap);
cond_states = bmake_realloc(cond_states,
v->items = bmake_realloc(v->items, v->cap * v->itemSize);
void *bmake_realloc(void *, size_t) MAKE_ATTR_USE;
p = bmake_realloc(buf, newsz);
words = bmake_realloc(words,
buf->data = bmake_realloc(buf->data, buf->cap);
evalStack.elems = bmake_realloc(evalStack.elems,
newenv = bmake_realloc(environ, 2 * sizeof(char *));