Home | History | Annotate | Download | only in src

Lines Matching refs:aresize

1443 #define Xclose(xs, xp)	aresize((xs).beg, (xp) - (xs).beg, (xs).areap)
1667 #define alloc(n, ap) aresize(NULL, (n), (ap))
1669 void *aresize(void *, size_t, Area *);