#malloc #single-threaded #freestanding #errno #extract #programs #musl-libc

freestanding-musl-malloc

从musl-libc提取的malloc,已改为单线程和独立运行

1个稳定版本

使用旧Rust 2015

1.0.0 2016年4月25日

#9 in #freestanding

MIT 许可证

16KB
521

从musl-libc提取的malloc实现,已改为独立运行。重要的是,所有线程安全的概念都被移除了 - 这个crate只能在单线程程序中使用!

依赖于已定义的符号 memcpymmapmremapmunmapmadvise。定义了自己的errno,名为 musl_alloc_errno

无运行时依赖