OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PLArena
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/npapi/npspy/extern/nspr/
plarena.h
53
typedef struct
PLArena
PLArena
;
55
struct
PLArena
{
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; \
/external/chromium_org/third_party/npapi/npspy/extern/nspr/obsolete/
protypes.h
192
/* Re: prarena.h->
plarena
.h */
193
#define PRArena
PLArena
Completed in 206 milliseconds