mirror of
https://github.com/bdwgc/bdwgc-rust.git
synced 2026-08-22 04:06:24 -06:00
5226352cd41b96faba950f4a3726cd20a502854c
adb36c3 to 946696b (#540)
Bumps [vendor/bdwgc](https://github.com/bdwgc/bdwgc) from `adb36c3` to `946696b`. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/bdwgc/bdwgc/commit/946696b9b16580fcece3bc4d640f35afc139426d"><code>946696b</code></a> GH Actions: Move cppcheck jobs from Travis</li> <li><a href="https://github.com/bdwgc/bdwgc/commit/74c721bb2b51fa3ab27b45919541f471223279e6"><code>74c721b</code></a> GH Actions: Rename job 'build' to 'check' in check workflows</li> <li><a href="https://github.com/bdwgc/bdwgc/commit/e07cc3467fd780b69faf6ff5d015b3816f20722c"><code>e07cc34</code></a> GH Actions: Use actions/checkout for libatomic_ops in make-direct-build</li> <li><a href="https://github.com/bdwgc/bdwgc/commit/ea58afc894cb69b82aa17b7d94e7eb5965b7d364"><code>ea58afc</code></a> Provide GC_NEW_[ATOMIC_]ARRAY() and GC_NEW_UNCOLLECTABLE_ARRAY() API macros</li> <li><a href="https://github.com/bdwgc/bdwgc/commit/35cc3d4b57b4aeaa22dc89addc95e73eae392aff"><code>35cc3d4</code></a> Define ROUNDUP_WORDSZ macro in typedtest</li> <li><a href="https://github.com/bdwgc/bdwgc/commit/9ab45f0593d23005d29dca63bbbdd48b92153b00"><code>9ab45f0</code></a> Replace GC_MALLOC_ATOMIC to GC_NEW_ATOMIC in sample code and tests</li> <li><a href="https://github.com/bdwgc/bdwgc/commit/d40ae00288a1525bc8c37e0d7e3c464ffe95e55d"><code>d40ae00</code></a> Fix sizeof in test_memory_growth() of typedtest</li> <li>See full diff in <a href="https://github.com/bdwgc/bdwgc/compare/adb36c3e230cbab01c437f3a55216ccccdc3fc70...946696b9b16580fcece3bc4d640f35afc139426d">compare view</a></li> </ul> </details> <br /> Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
bdwgc-rust
GlobalAlloc implementation for bdwgc, the conservative garbage collector.
This crate is for use cases in which developers need to integrate bdwgc into their programs written in Rust (e.g. writing a runtime library in Rust for their own programming language whose GC is done by bdwgc.)
Usage
See examples directory.
By default bdwgc is built with autotools. To build with cmake, enable the cmake feature:
cargo build --no-default-features --features cmake
License
Languages
Rust
96.8%
Shell
3.2%