Home
last modified time | relevance | path

Searched refs:ZSTDCachedData (Results 1 – 1 of 1) sorted by relevance

/rocksdb-6.9/util/
Dcompression_context_cache.cc25 struct ZSTDCachedData { struct
37 ZSTDCachedData() : zstd_uncomp_sentinel_(&uncomp_cached_data_) {} in ZSTDCachedData() function
38 ZSTDCachedData(const ZSTDCachedData&) = delete;
39 ZSTDCachedData& operator=(const ZSTDCachedData&) = delete;
64 static_assert(sizeof(ZSTDCachedData) % CACHE_LINE_SIZE == 0,
85 CoreLocalArray<ZSTDCachedData> per_core_uncompr_;