Home
last modified time | relevance | path

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

/system/core/sh/
Dmemalloc.c75 ckrealloc(pointer p, int nbytes) in ckrealloc() function
217 sp = ckrealloc((pointer)sp, in growstackblock()
Dmemalloc.h51 pointer ckrealloc(pointer, int);
Doutput.c165 dest->buf = ckrealloc(dest->buf, dest->bufsize); in emptyoutbuf()
Dvar.c529 list = ckrealloc(list, in showvars()
Dparser.c1348 dblquotep = ckrealloc(dblquotep, maxnest / 8); in readtoken1()