Home
last modified time | relevance | path

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

/original-bsd/bin/sh/
H A Dmemalloc.c45 ckrealloc(p, nbytes) in ckrealloc() function
191 sp = ckrealloc((pointer)sp, sizeof(struct stack_block) - MINSIZE + newlen); in growstackblock()
H A Dmemalloc.h26 pointer ckrealloc __P((pointer, int));
H A Doutput.c147 dest->buf = ckrealloc(dest->buf, dest->bufsize);