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

/vbox/src/libs/xpcom18a4/nsprpub/lib/ds/
H A Dplarenas.h43 #define PL_ArenaAllocate VBoxNsplPL_ArenaAllocate macro
115 PR_EXTERN(void *) PL_ArenaAllocate(PLArenaPool *pool, PRUint32 nb);
H A Dplarena.c78 ** from PL_ArenaAllocate(). It's up to him to fail gracefully
132 ** PL_ArenaAllocate() -- allocate space from an arena pool
134 ** Description: PL_ArenaAllocate() allocates space from an arena
157 PR_IMPLEMENT(void *) PL_ArenaAllocate(PLArenaPool *pool, PRUint32 nb) function
235 } /* --- end PL_ArenaAllocate() --- */

Completed in 32 milliseconds