size_t flx_ts_collector_t::v_get_allocation_count()const { ::std::unique_lock< ::std::mutex> dummy(mut); return impl_get_allocation_count(); }
unsigned long flx_ts_collector_t::v_get_allocation_count()const { flx::pthread::flx_mutex_locker_t l(mut); return impl_get_allocation_count(); }
unsigned long flx_collector_t::v_get_allocation_count()const { return impl_get_allocation_count(); }