Crates.io | ialloc |
lib.rs | ialloc |
version | 0.0.0-2025-05-02 |
created_at | 2023-05-03 13:51:35.937368+00 |
updated_at | 2025-05-02 09:03:31.484005+00 |
description | Allocator interface traits |
homepage | |
repository | https://github.com/MaulingMonkey/ialloc |
max_upload_size | |
id | 855474 |
size | 595,521 |
Allocator interface traits for Rust
core::alloc::Allocator
/ allocator_api
?
core::alloc::GlobalAlloc
?
FreeSid
has no equivalent arbitrary allocation function to implement
GlobalAlloc::alloc
with.bgfx::alloc
has no equivalent arbitrary free function to implement
GlobalAlloc::dealloc
with.NUMA? Although ask again later.
Physical GPU memory allocation, probably. Might warrant a related crate?
ID/handle allocation, perhaps. Might warrant a related crate?
Licensed under either of
at your option.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.