Home
last modified time | relevance | path

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

/freebsd-13.1/bin/sh/
H A Dmemalloc.c83 ckrealloc(pointer p, int nbytes) in ckrealloc() function
275 sp = ckrealloc((pointer)oldstackp, newlen); in growstackblock()
H A Dmemalloc.h52 pointer ckrealloc(pointer, int);
H A Doutput.c225 dest->buf = ckrealloc(dest->buf, newsize); in emptyoutbuf()
H A Dparser.c163 t->data = ckrealloc(t->data, len); in parser_temp_realloc()