HP and DHP SMR totally refactored
[libcds.git] / test / unit / intrusive-set / intrusive_split_michael_dhp.cpp
index e4fbfcf2dae8071968476d534006f9f70304ec74..dc378b6f743fa6d301948bf51883b4abb5637e32 100644 (file)
@@ -56,14 +56,14 @@ namespace {
             typedef ci::MichaelList< gc_type, base_item_type, list_traits > list_type;
             typedef ci::SplitListSet< gc_type, list_type >   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();
         }
     };