Searched defs:PLArena (Results 1 - 1 of 1) sorted by relevance

/vbox/src/libs/xpcom18a4/nsprpub/lib/ds/
H A Dplarena.h53 typedef struct PLArena PLArena; typedef in typeref:struct:PLArena
55 struct PLArena { struct
56 PLArena *next; /* next arena for this lifetime */
84 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; \

Completed in 44 milliseconds