Searched refs:bmake_realloc (Results 1 – 9 of 9) sorted by relevance
| /freebsd-14.2/contrib/bmake/ |
| H A D | make_malloc.h | 31 void *bmake_realloc(void *, size_t) MAKE_ATTR_USE; 37 #define bmake_realloc(p, n) erealloc(p, n) macro
|
| H A D | buf.c | 85 buf->data = bmake_realloc(buf->data, buf->cap); in Buf_Expand() 98 buf->data = bmake_realloc(buf->data, buf->cap); in Buf_AddBytes() 208 char *data = bmake_realloc(buf->data, buf->len + 1); in Buf_DoneDataCompact()
|
| H A D | make_malloc.c | 80 bmake_realloc(void *ptr, size_t size) in bmake_realloc() function
|
| H A D | lst.c | 278 v->items = bmake_realloc(v->items, v->cap * v->itemSize); in Vector_Push()
|
| H A D | str.c | 196 words = bmake_realloc(words, in Substring_Words()
|
| H A D | str.h | 256 buf->data = bmake_realloc(buf->data, buf->cap); in LazyBuf_Add()
|
| H A D | cond.c | 1220 cond_states = bmake_realloc(cond_states, in Cond_EvalLine()
|
| H A D | meta.c | 891 p = bmake_realloc(buf, newsz); in fgetLine()
|
| H A D | var.c | 811 newenv = bmake_realloc(environ, 2 * sizeof(char *)); in ClearEnv()
|