HP and DHP SMR totally refactored
[libcds.git] / test / unit / tree / ellen_bintree_map_dhp.cpp
index 0ed544d7615b114c3b717420148d098f83be8a40..0d1a715516c19e0470a56f1c77433c48979c0fda 100644 (file)
@@ -46,14 +46,14 @@ namespace {
         {
             typedef cc::EllenBinTreeMap< gc_type, key_type, value_type > map_type;
 
-            cds::gc::dhp::GarbageCollector::Construct( 16, map_type::c_nHazardPtrCount );
+            cds::gc::dhp::smr::construct( map_type::c_nHazardPtrCount );
             cds::threading::Manager::attachThread();
         }
 
         void TearDown()
         {
             cds::threading::Manager::detachThread();
-            cds::gc::dhp::GarbageCollector::Destruct();
+            cds::gc::dhp::smr::destruct();
         }
     };