Home
last modified time | relevance | path

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

/src/bin/sh/
H A Dmemalloc.c75 ckrealloc(pointer p, int nbytes) in ckrealloc() function
267 sp = ckrealloc((pointer)oldstackp, newlen); in growstackblock()
H A Dmemalloc.h49 pointer ckrealloc(pointer, int);
H A Doutput.c217 dest->buf = ckrealloc(dest->buf, newsize); in emptyoutbuf()
H A Dparser.c158 t->data = ckrealloc(t->data, len); in parser_temp_realloc()