1 个不稳定版本
0.1.0 | 2022年6月18日 |
---|
#495 in 内存管理
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