Searched defs:EnableCMCGCTrait (Results 1 – 1 of 1) sorted by relevance
118 struct EnableCMCGCTrait { struct119 using StringTableInterface = common::BaseStringTableInterface<common::BaseStringTableImpl>;121 using HashTrieMapImpl = common::HashTrieMap<common::BaseStringTableMutex, common::ThreadHolder,124 using HashTrieMapImpl = common::HashTrieMap<common::BaseStringTableMutex, common::ThreadHolder,127 using ThreadType = common::ThreadHolder;128 static constexpr bool EnableCMCGC = true;129 static common::ReadOnlyHandle<BaseString> CreateHandle(ThreadType* holder, BaseString* string) in CreateHandle()