Home
last modified time | relevance | path

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

/oneTBB/test/tbbmalloc/
H A Dtest_malloc_compliance.cpp586 size_t CountElement; in Zerofilling() local
592 CountElement=rand()%MAX_SIZE; in Zerofilling()
593 TSMas=(TestStruct*)Tcalloc(CountElement,sizeof(TestStruct)); in Zerofilling()
596 for (size_t j=0; j<CountElement; j++) in Zerofilling()