Home | History | Annotate | Download | only in nspr

Lines Matching defs:PLArenaPool

41 typedef struct PLArenaPool      PLArenaPool;
54 PR_EXTERN(PLArenaPool*) PL_AllocArenaPool(
65 PR_EXTERN(PRStatus) PL_DestroyArenaPool(PLArenaPool *pool, PRBool checkEmpty);
74 PLArenaPool *pool, const char *name, PRUint32 size, PRUint32 align);
86 PR_EXTERN(void) PL_FreeArenaPool(PLArenaPool *pool);
91 PR_EXTERN(void) PL_FinishArenaPool(PLArenaPool *pool);
96 PR_EXTERN(void) PL_CompactArenaPool(PLArenaPool *pool);
101 PR_EXTERN(void *) PL_ArenaAllocate(PLArenaPool *pool, PRUint32 nb);
104 PLArenaPool *pool, void *p, PRUint32 size, PRUint32 incr);
106 PR_EXTERN(void) PL_ArenaRelease(PLArenaPool *pool, char *mark);