Home
last modified time | relevance | path

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

/oneTBB/test/common/
H A Dallocator_test_common.h174 std::size_t sizeof_T = sizeof(T); in TestAllocatorConcept() local
178 for(std::size_t j=0; j < k * sizeof_T; ++j) in TestAllocatorConcept()
185 for(std::size_t j = 0; j < k * sizeof_T; ++j) in TestAllocatorConcept()