jemalloc.NET icon indicating copy to clipboard operation
jemalloc.NET copied to clipboard

Buffer types should utilize Memory<T> and implement IPinnable, IMemoryOwner<T> et.al

Open allisterb opened this issue 6 years ago • 1 comments

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.

allisterb avatar Jul 12 '18 16:07 allisterb

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.

antonfirsov avatar Aug 07 '18 21:08 antonfirsov