forked from GitHub/bdwgc-rust
45e19bebbb127b0a1786f45f5093ae8f3efecd53
b516152 to a13eb57 (#575)
Bumps [vendor/bdwgc](https://github.com/bdwgc/bdwgc) from `b516152` to `a13eb57`. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/bdwgc/bdwgc/commit/a13eb5756f484c1856b41be0acf9fdd2d09df207"><code>a13eb57</code></a> GH Actions: Fix cppcheck cache_key</li> <li><a href="https://github.com/bdwgc/bdwgc/commit/bd2851377c71b380187429307b3d4ae7c40bd04e"><code>bd28513</code></a> Add assertion about 'lg' argument to non-static functions</li> <li><a href="https://github.com/bdwgc/bdwgc/commit/47111137811925b6f43cb130ce239cf5e7002f21"><code>4711113</code></a> GH Actions: Change cppcheck runner to ubuntu-24.04</li> <li><a href="https://github.com/bdwgc/bdwgc/commit/cecb6ad6a80ff4dc747c0097ec4e053ea8ba9c69"><code>cecb6ad</code></a> Avoid multiple usage of GC_obj_kinds[kind] in GC_start_reclaim()</li> <li><a href="https://github.com/bdwgc/bdwgc/commit/9655f97b41c8711e08274dce019dcfd9334b68ce"><code>9655f97</code></a> Travis CI: Remove ppc64le builds</li> <li><a href="https://github.com/bdwgc/bdwgc/commit/fd8c9e9cb30684de3b8ac48e05c0a726e0d43c09"><code>fd8c9e9</code></a> Fix comment of CORD_ec_flush_buf</li> <li><a href="https://github.com/bdwgc/bdwgc/commit/7e6636230df19660f0e5be10612bfc95bfa62feb"><code>7e66362</code></a> AppVeyor CI: Update wcc compiler to v2 beta shapshot 2026-09-01</li> <li>See full diff in <a href="https://github.com/bdwgc/bdwgc/compare/b5161529cafc93cbfaeef23fc81005c5beddbfee...a13eb5756f484c1856b41be0acf9fdd2d09df207">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%