forked from GitHub/bdwgc-rust
2b1cd13ced237bf04d282c9c58e8090a4225cbf3
5e49faa to 6117f07 (#544)
Bumps [vendor/bdwgc](https://github.com/bdwgc/bdwgc) from `5e49faa` to `6117f07`. <details> <summary>Commits</summary> <ul> <li><a href="6117f07a61"><code>6117f07</code></a> Travis CI: Do not test '--enable-redirect-malloc' on FreeBSD</li> <li><a href="dd599e2f59"><code>dd599e2</code></a> Define GC_base_C() publicly</li> <li><a href="b018134dff"><code>b018134</code></a> Export functions redefined with REDIRECT_MALLOC</li> <li>See full diff in <a href="5e49faa103...6117f07a61">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%