Searched refs:ckalloc (Results 1 – 6 of 6) sorted by relevance
60 #define ALLOC(x) ckalloc(sizeof(struct x))61 #define BALLO() (bigptr)ckalloc(sizeof(struct bigblock))
222 p = q = ckalloc(n); in copyn()449 q = q0 = ckalloc(n);631 ckalloc(int n) in ckalloc() function
98 struct interpass_prolog *ipp = ckalloc(sizeof(struct interpass_prolog)); in puthead()139 struct interpass_prolog *ipp = ckalloc(sizeof(struct interpass_prolog)); in putbracket()250 struct interpass *ip = ckalloc(sizeof(struct interpass)); in putlabel()1356 NODE *p = ckalloc(sizeof(NODE)); in talloc()
434 ptr ckalloc(int);
847 v->b_name.vdim = p = (struct dimblock *) ckalloc( sizeof(int) + (3+2*nd)*sizeof(bigptr) );
144 p->b_const.fconst.ccp = s = (char *) ckalloc(l);1718 p->b_const.fconst.ccp = q = (char *) ckalloc(ll+lr);