Lines Matching refs:Area
769 typedef struct lalloc_common Area; typedef
772 EXTERN Area aperm; /* permanent object space */
811 Area area; /* temporary allocation area */
1656 Area *areap; /* area shf/buf were allocated in */
1673 Area *areap; /* area to allocate entries */
1682 Area *areap;
1808 Area area; /* area to allocate things */
2002 Area *areap;
2098 Area *areap;
2307 void ainit(Area *);
2308 void afreeall(Area *);
2312 void *aresize(void *, size_t, Area *);
2313 void *aresize2(void *, size_t, size_t, Area *);
2314 void afree(void *, Area *); /* can take NULL */
2486 Source *pushs(int, Area *);
2537 struct temp *maketemp(Area *, Temp_type, struct temp **);
2538 void ktinit(Area *, struct table *, uint8_t);
2580 char *strdup_i(const char *, Area *);
2581 char *strndup_i(const char *, size_t, Area *);
2634 struct op *tcopy(struct op *, Area *);
2635 char *wdcopy(const char *, Area *);
2639 void tfree(struct op *, Area *);