Home
last modified time | relevance | path

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

/oneTBB/test/tbbmalloc/
H A Dtest_malloc_whitebox.cpp819 const int num_allocs = 10*1024; variable
820 void *ptrs[num_allocs];
825 for( int i = alloc_counter++; i < num_allocs; i = alloc_counter++ ) { in multiThreadAlloc()
833 if (i < num_allocs) { in crossThreadDealloc()