Home | History | Annotate | Download | only in src

Lines Matching refs:alloc

554 		strdup_dst = alloc(strdup_len, (ap));			\
565 strdup_dst = alloc(strndup_len + 1, (ap)); \
1053 #define SHF_ALLOCS 0x0200 /* shf and shf->buf were alloc()ed */
1054 #define SHF_ALLOCB 0x0400 /* shf->buf was alloc()ed */
1124 #define ALLOC BIT(0) /* val.s has been allocated */
1414 (xs).beg = alloc((xs).len + X_EXTRA, (xs).areap); \
1663 #define alloc(n, ap) aresize(NULL, (n), (ap))