Source code repo: http://github.com/khizmax/libcds/
Download: http://sourceforge.net/projects/libcds/files/
-
+
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
- OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
#ifndef CDSUNIT_SET_TYPE_ELLEN_BINTREE_H
template <typename GC, typename Key, typename T, typename Traits>
static inline void additional_check( EllenBinTreeSet<GC, Key, T, Traits>& s )
{
- typedef EllenBinTreeSet<GC, Key, T, Traits> set_type;
+ //typedef EllenBinTreeSet<GC, Key, T, Traits> set_type;
GC::force_dispose();
ellen_bintree_check::check_stat( s.statistics());
/*
Source code repo: http://github.com/khizmax/libcds/
Download: http://sourceforge.net/projects/libcds/files/
-
+
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
- OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
#include "test_intrusive_tree_hp.h"
void SetUp()
{
- struct list_traits : public ci::ellen_bintree::traits
- {
- typedef ci::ellen_bintree::base_hook< ci::opt::gc<gc_type>> hook;
- };
typedef ci::EllenBinTree< gc_type, key_type, base_item_type > tree_type;
cds::gc::dhp::GarbageCollector::Construct( 16, tree_type::c_nHazardPtrCount );
Source code repo: http://github.com/khizmax/libcds/
Download: http://sourceforge.net/projects/libcds/files/
-
+
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
- OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
#include "test_intrusive_tree_hp.h"
void SetUp()
{
- struct tree_traits : public ci::ellen_bintree::traits
- {
- typedef ci::ellen_bintree::base_hook< ci::opt::gc<gc_type>> hook;
- };
typedef ci::EllenBinTree< gc_type, key_type, base_item_type > tree_type;
// +1 - for guarded_ptr