Home | History | Annotate | Download | only in src

Lines Matching refs:aresize2

1480 		(x).beg = aresize2((x).beg, (x).siz,		\
1489 #define XPclose(x) aresize2((x).beg, XPsize(x), sizeof(void *), ATEMP)
1627 #define alloc2(m, n, ap) aresize2(NULL, (m), (n), (ap))
1629 void *aresize2(void *, size_t, size_t, Area *);