Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
allisterb opened this issue Jul 12, 2018 · 1 comment
Assignees

Comments

@allisterb
Copy link
Owner

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 allisterb self-assigned this Jul 12, 2018
@antonfirsov
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants