Potential data race when using CompressionPolicy::High
with Freelist::Optimistic
or Freelist::Pessimistic
#36
Labels
bug
Something isn't working
cargo miri
reports data race when usingCompressionPolicy::High
withFreelist::Optimistic
orFreelist::Pessimistic
and a reclaim happens in the CAS error branch, not sure if the data race happens because of this crate or therarena_allocator
crate.Only allow users to customize
CompressionPolicy
andFreelist
when theexperimental
feature of this crate is enabled for a temporary solution.The text was updated successfully, but these errors were encountered: