Searched refs:ZSTDCachedData (Results 1 – 1 of 1) sorted by relevance
25 struct ZSTDCachedData { struct37 ZSTDCachedData() : zstd_uncomp_sentinel_(&uncomp_cached_data_) {} in ZSTDCachedData() function38 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_;