Home | History | Annotate | Download | only in src

Lines Matching defs:ALLOC

569 		strdup_dst = alloc(strdup_len, (ap));			\
580 strdup_dst = alloc(strndup_len + 1, (ap)); \
1068 #define SHF_ALLOCS 0x0200 /* shf and shf->buf were alloc()ed */
1069 #define SHF_ALLOCB 0x0400 /* shf->buf was alloc()ed */
1139 #define ALLOC
1415 (xs).beg = alloc((xs).len + X_EXTRA, (xs).areap); \
1621 #define alloc(n, ap) aresize(NULL, (n), (ap))