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

Move core::alloc::MemoryBlock to core::mem::Block? #60

Closed
TimDiekmann opened this issue May 3, 2020 · 3 comments
Closed

Move core::alloc::MemoryBlock to core::mem::Block? #60

TimDiekmann opened this issue May 3, 2020 · 3 comments
Labels

Comments

@TimDiekmann
Copy link
Member

Similar to #59, but less complicated, as MemoryBlock is gated behind allocator_api.

@Amanieu
Copy link
Member

Amanieu commented May 3, 2020

I feel that this should stay in alloc since it is pretty tied to memory allocation.

@TimDiekmann
Copy link
Member Author

It's currently used only for allocation, yes, but this also applies to #59. This is why I'm asking 🙂

@TimDiekmann
Copy link
Member Author

Closed for the same reason as in rust-lang/rust#71856

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

2 participants