Home
last modified time | relevance | path

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

/rocksdb-6.9/util/
Dcompression_context_cache.cc25 struct ZSTDCachedData { struct
29 ZSTDUncompressCachedData uncomp_cached_data_;
30 std::atomic<void*> zstd_uncomp_sentinel_;
33 padding[(CACHE_LINE_SIZE -
37 ZSTDCachedData() : zstd_uncomp_sentinel_(&uncomp_cached_data_) {} in ZSTDCachedData() argument
41 ZSTDUncompressCachedData GetUncompressData(int64_t idx) { in GetUncompressData()
57 void ReturnUncompressData() { in ReturnUncompressData()