Crates.io | ialloc |
lib.rs | ialloc |
version | 0.0.0-2023-05-28 |
source | src |
created_at | 2023-05-03 13:51:35.937368 |
updated_at | 2024-01-26 10:28:00.104025 |
description | Allocator interface traits |
homepage | |
repository | https://github.com/MaulingMonkey/ialloc |
max_upload_size | |
id | 855474 |
size | 547,249 |
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.