Home
last modified time | relevance | path

Searched refs:ckrealloc (Results 1 – 4 of 4) sorted by relevance

/freebsd-14.2/bin/sh/
H A Dmemalloc.c81 ckrealloc(pointer p, int nbytes) in ckrealloc() function
273 sp = ckrealloc((pointer)oldstackp, newlen); in growstackblock()
H A Dmemalloc.h51 pointer ckrealloc(pointer, int);
H A Doutput.c223 dest->buf = ckrealloc(dest->buf, newsize); in emptyoutbuf()
H A Dparser.c161 t->data = ckrealloc(t->data, len); in parser_temp_realloc()