Home
last modified time | relevance | path

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

/oneTBB/test/tbbmalloc/
H A Dtest_malloc_shutdown_hang.cpp37 const int ARRAY_SIZE = 1000; in allocatorRandomThrashing() local
41 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()