Searched defs:PLArenaPool (Results 1 – 3 of 3) sorted by relevance
83 struct PLArenaPool { struct84 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;
41 typedef struct PLArenaPool PLArenaPool; typedef
20 typedef struct PLArenaPool PLArenaPool; typedef