Home | History | Annotate | Download | only in src

Lines Matching refs:alloc

121 	cp = alloc(sizeof(*bufptr) - ALLOC_SIZE, APERM);
126 /* undo what alloc() did to the malloc result address */
309 confstr(_CS_PATH, cp = alloc(k + 1, APERM), k + 1) == k + 1)
960 cp = alloc(sizeof(struct env) - ALLOC_SIZE, ATEMP);
961 /* undo what alloc() did to the malloc result address */
1636 tp = alloc(offsetof(struct temp, tffn[0]) + 14 + len, ap);
1813 p = alloc(offsetof(struct tbl, name[0]) + ++len, tp->areap);