forked from GitHub/bdwgc-rust
a50469977aeb0f073efc4e96e8a82d805942e29b
946696b to 5e49faa (#543)
Bumps [vendor/bdwgc](https://github.com/bdwgc/bdwgc) from `946696b` to `5e49faa`. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/bdwgc/bdwgc/commit/5e49faa10395af4b269c16e5dda4ce571633c0ff"><code>5e49faa</code></a> Workaround 'GC_SysVGetDataStart is never used' cppcheck FP</li> <li><a href="https://github.com/bdwgc/bdwgc/commit/9f74842232973dd7df29c5863f6a0a5e5a2745e7"><code>9f74842</code></a> Remove redundant CPPCHECK-specific checks and code</li> <li><a href="https://github.com/bdwgc/bdwgc/commit/bc253ccb3732736889ae47dd96a3a58e7020792d"><code>bc253cc</code></a> AppVeyor CI: Update wcc compiler to v2 beta shapshot 2026-04-01</li> <li><a href="https://github.com/bdwgc/bdwgc/commit/36d8988c878b195af137242ecc44d50451dc436e"><code>36d8988</code></a> Add a check that GET_MEM is not based on calloc if MMAP_SUPPORTED</li> <li><a href="https://github.com/bdwgc/bdwgc/commit/561d9dbe33c68d332cc2231969c09239f5cd93b4"><code>561d9db</code></a> Fix MMAP_SUPPORTED for Solaris if malloc redirection is disabled</li> <li><a href="https://github.com/bdwgc/bdwgc/commit/6a6a17fbc9db44bce5cd2ad9598879ce22723b9c"><code>6a6a17f</code></a> Do not extra byte when adjusting size in GC_get_mem</li> <li><a href="https://github.com/bdwgc/bdwgc/commit/dd67161114c0b38e5bcbc6c984c535c8a0a8691f"><code>dd67161</code></a> Workaround 'wait_for_markers_init and help_marker are unused' cppcheck FPs</li> <li><a href="https://github.com/bdwgc/bdwgc/commit/d1af9a8ef85bf633c3e43255be146a2d14d98316"><code>d1af9a8</code></a> Workaround 'GC_alloc_lock is defined but unused' cppcheck FP</li> <li><a href="https://github.com/bdwgc/bdwgc/commit/e6c6ce7c12c08c0c06e852c6e10890af3e40e460"><code>e6c6ce7</code></a> Handle GC_pages_executable and GWW in GC_get_mem for Xbox One</li> <li><a href="https://github.com/bdwgc/bdwgc/commit/454008559c9654336b1fca4f83f71fddcde0b381"><code>4540085</code></a> Eliminate 'GC_get_next_stack is defined but unused' cppcheck warning</li> <li>Additional commits viewable in <a href="https://github.com/bdwgc/bdwgc/compare/946696b9b16580fcece3bc4d640f35afc139426d...5e49faa10395af4b269c16e5dda4ce571633c0ff">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%