Home
last modified time | relevance | path

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

/oneTBB/test/tbbmalloc/
H A Dtest_malloc_whitebox.cpp821 std::atomic<int> alloc_counter; variable
825 for( int i = alloc_counter++; i < num_allocs; i = alloc_counter++ ) { in multiThreadAlloc()
832 for( int i = --alloc_counter; i >= 0; i = --alloc_counter ) { in crossThreadDealloc()
857 alloc_counter = 0; in TestCleanAllBuffers()
906 alloc_counter = 0; in TestCleanThreadBuffers()