#assembly #allocator #web #memory-allocator

no-std malloc

WebAssembly 的 malloc 实现

5 个版本

0.0.4 2019年11月8日
0.0.3 2019年11月6日
0.0.2 2019年11月3日
0.0.1 2019年10月21日
0.0.0 2019年3月31日

#1449 in WebAssembly

MIT/Apache

7KB
80

malloc

WebAssembly 的内存分配器。

  • #![no_std] 和稳定
  • 占用空间小,适合更小的 wasm
  • 易于学习

使用

[dependencies]
malloc = "0.0.1"
#[global_allocator]
static ALLOCATOR:malloc::Allocator = malloc::Allocator;

无运行时依赖