You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since Memory<T> and related types and the System.Memory package is now generally available on all .NET platforms, all jemalloc.NET API types like FixedBuffer<T> should utilize these types.
The text was updated successfully, but these errors were encountered:
Also be aware that the API shape of System.Memory went through significant changes. Eg. IRetainable does no longer exist, implementing reference counting is optional.
Since
Memory<T>
and related types and the System.Memory package is now generally available on all .NET platforms, all jemalloc.NET API types likeFixedBuffer<T>
should utilize these types.The text was updated successfully, but these errors were encountered: