Searched refs:RefCountType (Results 1 – 9 of 9) sorted by relevance
27 enum RefCountType { kDynamicRefCount, kStaticRefCount }; enum52 void SetKernelRefCountInfo(int index, size_t size, RefCountType reftype);53 void set_reftype(RefCountType reftype) { reftype_ = reftype; } in set_reftype()54 RefCountType reftype() const { return reftype_; } in reftype()58 RefCountType reftype_;
24 void KernelRefCount::SetKernelRefCountInfo(int index, size_t size, RefCountType reftype) { in SetKernelRefCountInfo()
29 using mindspore::memreuse::RefCountType;65 RefCountType ref_count_type = memreuse::kDynamicRefCount; in TEST_F()
221 RefCountType ref_count_type_in = mindspore::memreuse::kDynamicRefCount; in TEST_F()
42 using RefCountType = std::atomic<size_t>;43 using PoolMap = StringMap<RefCountType>;44 using PoolMapEntry = StringMapEntry<RefCountType>;
374 mutable RefCountType refC;820 void *p = std::malloc( sizeof(RefCountType) ); in xnil_helper()821 *((RefCountType*)p) = 1; in xnil_helper()879 mutable RefCountType refC;
81 mutable RefCountType refC;
77 typedef unsigned int RefCountType; typedef
1174 typedef typename flex_string_details::get_unsigned<E>::result RefCountType; typedef in boost::wave::util::CowString1197 RefCountType GetRefs() const in GetRefs()1201 BOOST_ASSERT(static_cast<RefCountType>(*d.begin()) != 0); in GetRefs()1205 RefCountType& Refs() in Refs()1209 return reinterpret_cast<RefCountType&>(*d.begin()); in Refs()1235 if (s.GetRefs() == (std::numeric_limits<RefCountType>::max)()) in CowString()1276 if (rhs.GetRefs() == (std::numeric_limits<RefCountType>::max)()) in operator =()