Searched defs:PLArenaPool (Results 1 - 2 of 2) sorted by relevance

/vbox/src/libs/xpcom18a4/nsprpub/lib/ds/
H A Dplarenas.h55 typedef struct PLArenaPool PLArenaPool; typedef in typeref:struct:PLArenaPool
68 PR_EXTERN(PLArenaPool*) PL_AllocArenaPool(
79 PR_EXTERN(PRStatus) PL_DestroyArenaPool(PLArenaPool *pool, PRBool checkEmpty);
88 PLArenaPool *pool, const char *name, PRUint32 size, PRUint32 align);
100 PR_EXTERN(void) PL_FreeArenaPool(PLArenaPool *pool);
105 PR_EXTERN(void) PL_FinishArenaPool(PLArenaPool *pool);
110 PR_EXTERN(void) PL_CompactArenaPool(PLArenaPool *pool);
115 PR_EXTERN(void *) PL_ArenaAllocate(PLArenaPool *pool, PRUint32 nb);
118 PLArenaPool *poo
[all...]
H A Dplarena.h83 struct PLArenaPool { struct
187 PR_EXTERN(void) PL_ArenaCountAllocation(PLArenaPool *pool, PRUint32 nb);
190 PLArenaPool *pool, PRUint32 size, PRUint32 incr);
193 PLArenaPool *pool, PRUint32 size, PRUint32 incr);
195 PR_EXTERN(void) PL_ArenaCountRelease(PLArenaPool *pool, char *mark);
197 PR_EXTERN(void) PL_ArenaCountRetract(PLArenaPool *pool, char *mark);

Completed in 49 milliseconds