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

/vbox/src/libs/xpcom18a4/nsprpub/lib/tests/
H A Darena.c63 PRIntn maxAlloc = (1024 * 1024); variable
243 while ( allocated < maxAlloc )
338 printf("-s <n> maximum allocation for a single stress thread. Default(%d)\n", maxAlloc);
370 maxAlloc = atol( opt->value );

Completed in 71 milliseconds