Searched refs:ARRAY_SIZE (Results 1 – 1 of 1) sorted by relevance
37 const int ARRAY_SIZE = 1000; in allocatorRandomThrashing() local41 void *arr[ARRAY_SIZE] = {nullptr}; in allocatorRandomThrashing()44 for (int j = 0; j < rand() % ARRAY_SIZE; ++j) { in allocatorRandomThrashing()48 for (int j = 0; j < ARRAY_SIZE; ++j) { in allocatorRandomThrashing()