Home
last modified time | relevance | path

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

/oneTBB/test/tbbmalloc/
H A Dtest_malloc_compliance.cpp585 TestStruct* TSMas; in Zerofilling() local
593 TSMas=(TestStruct*)Tcalloc(CountElement,sizeof(TestStruct)); in Zerofilling()
594 if (nullptr == TSMas) in Zerofilling()
598 if (NonZero(TSMas+j, sizeof(TestStruct))) in Zerofilling()
604 Tfree(TSMas); in Zerofilling()