Home
last modified time | relevance | path

Searched refs:gmalloc (Results 1 – 6 of 6) sorted by relevance

/plan9/sys/src/cmd/acid/
H A Dutil.c149 v->string = gmalloc(sizeof(String)); in varreg()
151 v->string->string = gmalloc(machdata->bpsize); in varreg()
215 s = gmalloc(sizeof(String)+len+1); in strnodlen()
247 s = gmalloc(sizeof(String)+len); in runenode()
265 s = gmalloc(sizeof(String)+len+1); in stradd()
283 s = gmalloc(sizeof(String)+len+1); in straddrune()
H A Dmain.c326 n = gmalloc(sizeof(Node)); in an()
341 l = gmalloc(sizeof(List)); in al()
489 gmalloc(long l) in gmalloc() function
H A Dlex.c564 s = gmalloc(sizeof(Lsym)); in enter()
572 v = gmalloc(sizeof(Value)); in enter()
H A Dexec.c106 v = gmalloc(sizeof(Value)); in execute()
475 v = gmalloc(sizeof(Value)); in call()
H A Dacid.h198 void* gmalloc(long);
H A Dbuiltin.c1194 b = gmalloc(sizeof(Biobuf)); in printto()