Home
last modified time | relevance | path

Searched refs:bmake_realloc (Results 1 – 9 of 9) sorted by relevance

/netbsd/src/usr.bin/make/
Dmake_malloc.h31 void *bmake_realloc(void *, size_t) MAKE_ATTR_USE;
37 #define bmake_realloc(p, n) erealloc(p, n) macro
Dbuf.c85 buf->data = bmake_realloc(buf->data, buf->cap); in Buf_Expand()
98 buf->data = bmake_realloc(buf->data, buf->cap); in Buf_AddBytes()
Dmake_malloc.c80 bmake_realloc(void *ptr, size_t size) in bmake_realloc() function
Dlst.c260 v->items = bmake_realloc(v->items, v->cap * v->itemSize); in Vector_Push()
Dstr.c200 words = bmake_realloc(words, in Substring_Words()
Dstr.h245 buf->data = bmake_realloc(buf->data, buf->cap); in LazyBuf_Add()
Dcond.c1137 cond_states = bmake_realloc(cond_states, in Cond_EvalLine()
Dmeta.c885 p = bmake_realloc(buf, newsz); in fgetLine()
Dvar.c357 evalStack.elems = bmake_realloc(evalStack.elems, in EvalStack_Push()
890 newenv = bmake_realloc(environ, 2 * sizeof(char *)); in ClearEnv()