Searched refs:mem_factory (Results 1 – 1 of 1) sorted by relevance
112 MemTableRepFactory* mem_factory = nullptr; in GetMemTableRepFactoryFromString() local119 mem_factory = new SkipListFactory(lookahead); in GetMemTableRepFactoryFromString()121 mem_factory = new SkipListFactory(); in GetMemTableRepFactoryFromString()128 mem_factory = NewHashSkipListRepFactory(hash_bucket_count); in GetMemTableRepFactoryFromString()130 mem_factory = NewHashSkipListRepFactory(); in GetMemTableRepFactoryFromString()137 mem_factory = NewHashLinkListRepFactory(hash_bucket_count); in GetMemTableRepFactoryFromString()139 mem_factory = NewHashLinkListRepFactory(); in GetMemTableRepFactoryFromString()146 mem_factory = new VectorRepFactory(count); in GetMemTableRepFactoryFromString()148 mem_factory = new VectorRepFactory(); in GetMemTableRepFactoryFromString()158 if (mem_factory != nullptr) { in GetMemTableRepFactoryFromString()[all …]