Searched refs:PLArena (Results 1 – 2 of 2) sorted by relevance
53 typedef struct PLArena PLArena; typedef55 struct PLArena { struct56 PLArena *next; /* next arena for this lifetime */ argument84 PLArena first; /* first arena in pool list */85 PLArena *current; /* arena from which to allocate space */110 PLArena *_a = (pool)->current; \124 PLArena *_a = (pool)->current; \156 PLArena *_a = (pool)->current; \
193 #define PRArena PLArena