We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
core::alloc::MemoryBlock
core::mem::Block
Similar to #59, but less complicated, as MemoryBlock is gated behind allocator_api.
MemoryBlock
allocator_api
The text was updated successfully, but these errors were encountered:
I feel that this should stay in alloc since it is pretty tied to memory allocation.
alloc
Sorry, something went wrong.
It's currently used only for allocation, yes, but this also applies to #59. This is why I'm asking 🙂
Closed for the same reason as in rust-lang/rust#71856
No branches or pull requests
Similar to #59, but less complicated, as
MemoryBlock
is gated behindallocator_api
.The text was updated successfully, but these errors were encountered: