#allocator #global #allocations #global-allocator #kaname #shiki #領式

kanameshiki

一种使用領式(Kaname Shiki)的替代分配器。

1 个不稳定版本

0.1.0 2022 年 10 月 6 日

#19#allocations

MIT 许可证

255KB
2K SLoC

C++ 1.5K SLoC // 0.0% comments Rust 127 SLoC // 0.0% comments Shell 44 SLoC Batch 5 SLoC

kanameshiki

GitHub crates.io badge Docs.rs rustc requirements

这个包提供高级接口。它实现了 GlobalAlloc 特性,允许它在 Rust 程序中进行全局分配。

用法

use kanameshiki::KanameShiki;

#[global_allocator]
static GLOBAL: KanameShiki = KanameShiki;

依赖项

~0–1.9MB
~36K SLoC