Searched refs:PLArena (Results 1 - 3 of 3) 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; \
H A Dplarena.c53 static PLArena *arena_freelist;
159 PLArena *a;
181 PLArena *p; /* previous pointer, for unlinking from freelist */
214 a = (PLArena*)PR_MALLOC(sz);
252 static void FreeArenaList(PLArenaPool *pool, PLArena *head, PRBool reallyFree)
254 PLArena **ap, *a;
294 PLArena *a;
348 PLArena *a, *next;
/vbox/src/libs/xpcom18a4/nsprpub/pr/include/obsolete/
H A Dprotypes.h202 #define PRArena PLArena

Completed in 56 milliseconds