X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=cds%2Fcontainer%2Fdetails%2Fiterable_list_base.h;h=699180192b39fac32c59f90585a3ab1594ce140d;hb=51494783145ce52907dcb85e362629830ba46a97;hp=8200be395c57e599ccc97a8fdcafc4310765cf59;hpb=d15c6730bbd5f63f903496277939b7fe18ac9853;p=libcds.git diff --git a/cds/container/details/iterable_list_base.h b/cds/container/details/iterable_list_base.h index 8200be39..69918019 100644 --- a/cds/container/details/iterable_list_base.h +++ b/cds/container/details/iterable_list_base.h @@ -78,7 +78,7 @@ namespace cds { namespace container { /// Back-off strategy typedef intrusive::iterable_list::traits::back_off back_off; - /// Item counting feature; by default, disabled. Use \p cds::atomicity::item_counter to enable item counting + /// Item counting feature; by default, disabled. Use \p cds::atomicity::item_counter or \p atomicity::cache_friendly_item_counter to enable item counting typedef intrusive::iterable_list::traits::item_counter item_counter; /// Internal statistics @@ -118,7 +118,7 @@ namespace cds { namespace container { - \p opt::node_allocator - node allocator, default is \p std::allocator. - \p opt::back_off - back-off strategy used. If the option is not specified, the \p cds::backoff::Default is used. - \p opt::item_counter - the type of item counting feature. Default is disabled (\p atomicity::empty_item_counter). - To enable item counting use \p atomicity::item_counter. + To enable item counting use \p atomicity::item_counter or \p atomicity::cache_friendly_item_counter. - \p opt::stat - internal statistics. By default, it is disabled (\p iterable_list::empty_stat). To enable it use \p iterable_list::stat - \p opt::memory_model - C++ memory ordering model. Can be \p opt::v::relaxed_ordering (relaxed memory model, the default)