Home | History | Annotate | Download | only in src

Lines Matching full:aresize

1310 #define Xclose(xs, xp)	aresize((xs).beg, (xp) - (xs).beg, (xs).areap)
1534 #define alloc(n, ap) aresize(NULL, (n), (ap))
1536 void *aresize(void *, size_t, Area *);