forked from GitHub/bdwgc-rust
a86c0c9df00dad5b66c265afff27e8d023cee9c9
618012d to ea69934 (#553)
Bumps [vendor/bdwgc](https://github.com/bdwgc/bdwgc) from `618012d` to `ea69934`. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/bdwgc/bdwgc/commit/ea69934ed214cfb4e38d2a0176cc392af8055a83"><code>ea69934</code></a> GH Actions: Change cppcheck runner to ubuntu-22.04</li> <li><a href="https://github.com/bdwgc/bdwgc/commit/0a1118bb990d3f84e8b990124f171419b3051c47"><code>0a1118b</code></a> GH Actions: Update cppcheck source URL (to cppcheck-opensource/cppcheck)</li> <li><a href="https://github.com/bdwgc/bdwgc/commit/5c14e06b36446c348d1a5973aed69d688136f30f"><code>5c14e06</code></a> GH Actions: Add runner arch suffix cppcheck cache key</li> <li><a href="https://github.com/bdwgc/bdwgc/commit/f03fc5967811572b47a5a3d6952431c436f97bcb"><code>f03fc59</code></a> Update AUTHORS file (add Sebastian Godelet)</li> <li><a href="https://github.com/bdwgc/bdwgc/commit/3e2f29824e8ab1437ff5919cc8d36762598ae8b7"><code>3e2f298</code></a> Support Windows/arm64 target in NT_MAKEFILE</li> <li><a href="https://github.com/bdwgc/bdwgc/commit/38d371bf305086d5a6e094d501082c2af40efeeb"><code>38d371b</code></a> Fix DATA_START and HBLKSIZE for Linux/sw_64</li> <li>See full diff in <a href="https://github.com/bdwgc/bdwgc/compare/618012d0ab4207365c4f9dedc669a42c89f6bb4e...ea69934ed214cfb4e38d2a0176cc392af8055a83">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
81.8%
Nix
15.5%
Shell
2.7%