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

/vbox/src/libs/xpcom18a4/nsprpub/lib/ds/
H A Dplarena.c363 PR_IMPLEMENT(void) PL_ArenaCountAllocation(PLArenaPool *pool, PRUint32 nb) function
H A Dplarena.h119 PL_ArenaCountAllocation(pool, nb); \
187 PR_EXTERN(void) PL_ArenaCountAllocation(PLArenaPool *pool, PRUint32 nb);
203 #define PL_ArenaCountAllocation(ap, nb) /* nothing */ macro

Completed in 45 milliseconds