Searched refs:NR_MALLOCS (Results 1 – 1 of 1) sorted by relevance
1252 #define NR_MALLOCS 100 macro1258 struct one_malloc mallocs[NR_MALLOCS];1293 for (i = 0; i < NR_MALLOCS; i++) in zap_everything()1315 int rand_index = (mpx_random() % NR_MALLOCS); in do_one_malloc()1323 if (mpx_random() % (NR_MALLOCS*3) == 3) { in do_one_malloc()1326 for (i = rand_index; i < NR_MALLOCS; i++) in do_one_malloc()