Home | History | Annotate | Download | only in src

Lines Matching full:aresize

1222 #define Xclose(xs, xp)	aresize((xs).beg, (xp) - (xs).beg, (xs).areap)
1254 (x).beg = aresize((x).beg, \
1264 #define XPclose(x) aresize((x).beg, XPsize(x) * sizeof(void *), ATEMP)
1385 #define alloc(n, ap) aresize(NULL, (n), (ap))
1386 void *aresize(void *, size_t, Area *);