Searched refs:RandSize (Results 1 - 1 of 1) sorted by relevance

/vbox/src/libs/xpcom18a4/nsprpub/lib/tests/
H A Darena.c208 ** RandSize() returns a random number in the range
212 static PRIntn RandSize( PRIntn min, PRIntn max ) function
237 PL_InitArenaPool( &ap, "TheArena", RandSize( poolMin, poolMax), sizeof(double));
245 sz = RandSize( arenaMin, arenaMax );

Completed in 348 milliseconds