1 个不稳定版本

0.1.0 2022年6月18日

#495 in 内存管理

Apache-2.0 OR BSL-1.0 OR MIT

14KB
334

faux_alloc

模拟 "allocator"。


lib.rs:

在稳定 Rust 上为无 std 提供简化的分配。

所有分配都需要一个 *Store,这给它们一个 'static 生命周期。

您可以将 alloc 替换为 faux_alloc,只要支持 API,它就会工作。模拟 https://doc.rust-lang.net.cn/alloc/boxed/index.html 模拟 https://doc.rust-lang.net.cn/alloc/sync/index.html 模拟 https://doc.rust-lang.net.cn/alloc/task/index.html

无运行时依赖