Home
last modified time | relevance | path

Searched refs:NR_MALLOCS (Results 1 – 1 of 1) sorted by relevance

/external/linux-kselftest/tools/testing/selftests/x86/
Dmpx-mini-test.c1252 #define NR_MALLOCS 100 macro
1258 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()