Home
last modified time | relevance | path

Searched refs:PLArena (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/npapi/npspy/extern/nspr/
Dplarena.h53 typedef struct PLArena PLArena; typedef
55 struct PLArena { struct
56 PLArena *next; /* next arena for this lifetime */ argument
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; \
/external/chromium_org/third_party/npapi/npspy/extern/nspr/obsolete/
Dprotypes.h193 #define PRArena PLArena