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

Update std::allocator interface #47

Open
m4drat opened this issue Aug 3, 2020 · 1 comment
Open

Update std::allocator interface #47

m4drat opened this issue Aug 3, 2020 · 1 comment
Labels

Comments

@m4drat
Copy link
Owner

m4drat commented Aug 3, 2020

We already have default std::allocator interface that uses Allocate/Deallocate functions directly. But we are going to get rid of these functions in the future (due to some problems described in #30). So we have to refactor this interface in such a way, so it's possible to use it without presence of Allocate/Deallocate methods.

@m4drat m4drat added the Medium label Aug 3, 2020
@m4drat m4drat closed this as completed Oct 22, 2020
@m4drat m4drat reopened this Apr 7, 2022
@m4drat m4drat changed the title Add std::allocator interface Update std::allocator interface Apr 7, 2022
@m4drat
Copy link
Owner Author

m4drat commented May 28, 2022

Currently I don't think that it is possible to implement such an interface.
SA: https://stackoverflow.com/questions/65645904/implementing-a-custom-allocator-with-fancy-pointers

@m4drat m4drat closed this as not planned Won't fix, can't repro, duplicate, stale May 28, 2022
@m4drat m4drat reopened this Oct 26, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant