dependabot[bot] a17b39eca1 chore(deps): Bump vendor/bdwgc from 96316b6 to fac8d27 (#549)
Bumps [vendor/bdwgc](https://github.com/bdwgc/bdwgc) from `96316b6` to
`fac8d27`.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/bdwgc/bdwgc/commit/fac8d279076017c4063356f8e42287c70306830a"><code>fac8d27</code></a>
Fix hang in GC_pthread_create if redirect-malloc on Linux</li>
<li><a
href="https://github.com/bdwgc/bdwgc/commit/3f82f78b407dc1433c1ff489d2c5a8038436e77b"><code>3f82f78</code></a>
Define internal macros to touch memory with dummy read/write</li>
<li><a
href="https://github.com/bdwgc/bdwgc/commit/05baff04d0e2577b279cfe29b67786d613d1dff8"><code>05baff0</code></a>
Undefine USE_PROC_FOR_LIBRARIES macro explicitly if no
DYNAMIC_LOADING</li>
<li>See full diff in <a
href="https://github.com/bdwgc/bdwgc/compare/96316b691d324e0f58216b8b041cbfa864dd81e6...fac8d279076017c4063356f8e42287c70306830a">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>
2026-04-20 21:22:22 +00:00
2025-12-15 15:57:47 +08:00
2025-12-15 07:38:52 +00:00
2025-12-15 15:57:47 +08:00
2024-08-11 11:33:34 +00:00
2025-10-03 01:46:47 +00:00
2025-12-15 15:57:47 +08:00
2019-04-13 20:21:25 +00:00
2025-10-03 09:36:26 +08:00

bdwgc-rust

GitHub Action Crate License

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

MIT

S
Description
No description provided
Readme MIT 1.3 MiB
Languages
Rust 81.8%
Nix 15.5%
Shell 2.7%