21个版本

0.6.9 2024年8月11日
0.6.8 2024年1月11日
0.6.7 2023年9月28日
0.6.6 2023年7月17日
0.4.2 2019年6月14日

#276 in 内存管理

Download history 8/week @ 2024-07-01 4/week @ 2024-07-29 73/week @ 2024-08-05 48/week @ 2024-08-12

每月125次下载

MIT 许可证

1.5MB
36K SLoC

C 33K SLoC // 0.2% comments Automake 741 SLoC // 0.1% comments Zig 569 SLoC // 0.1% comments C++ 515 SLoC // 0.2% comments HICAD 248 SLoC Rust 172 SLoC // 0.0% comments GNU Style Assembly 109 SLoC // 0.0% comments M4 23 SLoC // 0.4% comments Shell 21 SLoC // 0.5% comments

包含 (神秘的autoconf代码, 46KB) vendor/bdwgc/configure.ac, (神秘的autoconf代码, 9KB) vendor/libatomic_ops/configure.ac

bdwgc-alloc

GitHub Action Crate License

GlobalAllocbdwgc,保守型垃圾回收器。

此crate用于开发者在Rust(例如,为使用bdwgc进行GC的编程语言编写运行时库)程序中集成bdwgc的场景。

用法

请参阅examples 目录。

默认情况下,bdwgc使用autotools构建。要使用cmake构建,启用cmake特性

cargo build --no-default-features --features cmake

许可证

MIT

依赖项