Home | History | Annotate | Download | only in src

Lines Matching refs:alloc

182 	    confstr(_CS_PATH, cp = alloc(k + 1, APERM), k + 1) == k + 1)
707 cp = alloc(sizeof(struct env) - ALLOC_SIZE, ATEMP);
708 ep = (void *)(cp - ALLOC_SIZE); /* undo what alloc() did */
1268 tp = alloc(sizeof(struct temp) + len, ap);
1315 ntblp = alloc(nsize * sizeof(struct tbl *), tp->areap);
1410 p = alloc(offsetof(struct tbl, name[0]) + len, tp->areap);
1458 p = alloc((tp->size + 1) * sizeof(struct tbl *), ATEMP);