HP and DHP SMR totally refactored
[libcds.git] / test / unit / set / split_iterable_dhp.cpp
index 760a6ffe0bded47681adb343cdcd87feb5206b02..d00989be7b50539af963528690ec0cbc99ccd68c 100644 (file)
@@ -55,14 +55,14 @@ namespace {
             };
             typedef cc::SplitListSet< gc_type, int_item, set_traits >   set_type;
 
-            cds::gc::dhp::GarbageCollector::Construct( 16, set_type::c_nHazardPtrCount );
+            cds::gc::dhp::smr::construct( set_type::c_nHazardPtrCount );
             cds::threading::Manager::attachThread();
         }
 
         void TearDown()
         {
             cds::threading::Manager::detachThread();
-            cds::gc::dhp::GarbageCollector::Destruct();
+            cds::gc::dhp::smr::destruct();
         }
     };