Searched refs:NR_MALLOCS (Results 1 – 1 of 1) sorted by relevance
1283 #define NR_MALLOCS 100 macro1289 struct one_malloc mallocs[NR_MALLOCS];1324 for (i = 0; i < NR_MALLOCS; i++) in zap_everything()1346 int rand_index = (mpx_random() % NR_MALLOCS); in do_one_malloc()1354 if (mpx_random() % (NR_MALLOCS*3) == 3) { in do_one_malloc()1357 for (i = rand_index; i < NR_MALLOCS; i++) in do_one_malloc()