Home
last modified time | relevance | path

Searched defs:PLArenaPool (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/npapi/npspy/extern/nspr/
Dplarena.h83 struct PLArenaPool { struct
84 PLArena first; /* first arena in pool list */
85 PLArena *current; /* arena from which to allocate space */
86 PRUint32 arenasize; /* net exact size of a new arena */
87 PRUword mask; /* alignment mask (power-of-2 - 1) */
89 PLArenaStats stats;
Dplarenas.h41 typedef struct PLArenaPool PLArenaPool; typedef
/external/chromium_org/net/cert/
Dx509_util_nss.h20 typedef struct PLArenaPool PLArenaPool; typedef