Home | History | Annotate | Download | only in src

Lines Matching defs:alloc

614 		strdup_dst = alloc(strdup_len, (ap));			\
625 strdup_dst = alloc(strndup_len + 1, (ap)); \
1124 #define SHF_ALLOCS 0x0200 /* shf and shf->buf were alloc()ed */
1125 #define SHF_ALLOCB 0x0400 /* shf->buf was alloc()ed */
1197 #define ALLOC BIT(0) /* val.s has been allocated */
1476 (xs).beg = alloc((xs).len + X_EXTRA, (xs).areap); \
1688 #define alloc(n, ap) aresize(NULL, (n), (ap))