Lines Matching refs:Area
819 typedef struct lalloc_common Area; typedef
822 EXTERN Area aperm; /* permanent object space */
861 Area area; /* temporary allocation area */
1730 Area *areap; /* area shf/buf were allocated in */
1747 Area *areap; /* area to allocate entries */
1756 Area *areap;
1883 Area area; /* area to allocate things */
2086 Area *areap;
2182 Area *areap;
2391 void ainit(Area *);
2392 void afreeall(Area *);
2396 void *aresize(void *, size_t, Area *);
2397 void *aresize2(void *, size_t, size_t, Area *);
2398 void afree(void *, Area *); /* can take NULL */
2572 Source *pushs(int, Area *);
2625 struct temp *maketemp(Area *, Temp_type, struct temp **);
2626 void ktinit(Area *, struct table *, uint8_t);
2668 char *strdup_i(const char *, Area *);
2669 char *strndup_i(const char *, size_t, Area *);
2722 struct op *tcopy(struct op *, Area *);
2723 char *wdcopy(const char *, Area *);
2727 void tfree(struct op *, Area *);