forked from GitHub/bdwgc-rust
d781e668edb7839b701cddaaad768e6dfcdaeb01
fac8d27 to 563de69 (#550)
Bumps [vendor/bdwgc](https://github.com/bdwgc/bdwgc) from `fac8d27` to `563de69`. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/bdwgc/bdwgc/commit/563de69e6935fa4e2f251e02edcd80761ba4c428"><code>563de69</code></a> Fix deadlock in GC_start_mark_threads if redirect-malloc on Linux</li> <li><a href="https://github.com/bdwgc/bdwgc/commit/bbfc1d183c868f40429619dc97326c41f2133ee2"><code>bbfc1d1</code></a> Remove code duplication in GC_wrap_pthread_cancel and GC_wrap_pthread_exit</li> <li><a href="https://github.com/bdwgc/bdwgc/commit/13c30fedd2239a2c156df3369ae92b374590e3b2"><code>13c30fe</code></a> New API function GC_finish_and_disable</li> <li><a href="https://github.com/bdwgc/bdwgc/commit/70767c1c1d754121ad29d4ac7da7a7d4f84ea1d0"><code>70767c1</code></a> Fix GC_heapsize_on_gc_disable update inconsistency</li> <li>See full diff in <a href="https://github.com/bdwgc/bdwgc/compare/fac8d279076017c4063356f8e42287c70306830a...563de69e6935fa4e2f251e02edcd80761ba4c428">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%