Home | History | Annotate | Download | only in src

Lines Matching refs:alloc

454 		strdup_dst = alloc(strdup_len, (ap));			\
465 strdup_dst = alloc(strndup_len + 1, (ap)); \
862 #define SHF_ALLOCS 0x0200 /* shf and shf->buf were alloc()ed */
863 #define SHF_ALLOCB 0x0400 /* shf->buf was alloc()ed */
921 #define ALLOC BIT(0) /* val.s has been allocated */
1197 (xs).beg = alloc((xs).len + X_EXTRA, (xs).areap); \
1246 vp__ = alloc((n) * sizeof(void *), ATEMP); \
1385 #define alloc(n, ap) aresize(NULL, (n), (ap))