Home
last modified time | relevance | path

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

/oneTBB/test/common/
H A Dcontainer_move_support.h329 struct MemoryLocations { struct
333 MemoryLocations( const ContainerType& source ) : locations(source.size()) { in MemoryLocations() argument
433 MemoryLocations locations;
/oneTBB/test/conformance/
H A Dconformance_concurrent_vector.cpp641 move_support_tests::MemoryLocations c_vector_before_shrink(c_vector); in TestSerialMoveInShrinkToFit()