Searched refs:gmalloc (Results 1 – 6 of 6) sorted by relevance
149 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()
326 n = gmalloc(sizeof(Node)); in an()341 l = gmalloc(sizeof(List)); in al()489 gmalloc(long l) in gmalloc() function
564 s = gmalloc(sizeof(Lsym)); in enter()572 v = gmalloc(sizeof(Value)); in enter()
106 v = gmalloc(sizeof(Value)); in execute()475 v = gmalloc(sizeof(Value)); in call()
198 void* gmalloc(long);
1194 b = gmalloc(sizeof(Biobuf)); in printto()