forked from GitHub/bdwgc-rust
ade541f0e3cf289d63c1a843dcb0e4acd61b6e23
9fd2bdd to e580737 (#531)
Bumps [vendor/bdwgc](https://github.com/bdwgc/bdwgc) from `9fd2bdd` to `e580737`. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/bdwgc/bdwgc/commit/e5807372bc922197a03976bfebacb59681ddb55e"><code>e580737</code></a> Call GC_dump() by gctest if TEST_COVERAGE</li> <li><a href="https://github.com/bdwgc/bdwgc/commit/9e24f9a37f39118808361a004446a73d92b79b48"><code>9e24f9a</code></a> Rename 'size' local variable in clear/set_all_fl_marks</li> <li><a href="https://github.com/bdwgc/bdwgc/commit/3d3afe85cfb6afeb79a85c8a8f34e337aac9fe0e"><code>3d3afe8</code></a> GH Actions: Do not define TEST_DUMP_REGIONS_AND_FREELIST macro</li> <li><a href="https://github.com/bdwgc/bdwgc/commit/1c44736f8400baf914e4e9dc39e70848eee355d8"><code>1c44736</code></a> Call GC_dump_regions and GC_print_free_list by gctest if TEST_COVERAGE</li> <li><a href="https://github.com/bdwgc/bdwgc/commit/ba89f88809f665a7df4f2dd8a8ad8148961c8d0e"><code>ba89f88</code></a> Print a trailing blank line in GC_dump_named</li> <li><a href="https://github.com/bdwgc/bdwgc/commit/672d71bb4bffd7fdb93ad8c6e9da93edafae23b1"><code>672d71b</code></a> Travis CI: Run gctest also with mprotect-based VDB for gcov</li> <li><a href="https://github.com/bdwgc/bdwgc/commit/9e03bd2dd5f1872a6a304687220a74b4e770aeb5"><code>9e03bd2</code></a> Add minimal testing of GC_push_obj_descr</li> <li><a href="https://github.com/bdwgc/bdwgc/commit/ba19275b522cc13b76b83a0ddbc9ba052a556998"><code>ba19275</code></a> Avoid code duplication between GC_push_all and GC_ms_push_all</li> <li><a href="https://github.com/bdwgc/bdwgc/commit/84f7068d2c2149a96209044c91329b67ef33bd99"><code>84f7068</code></a> Rename GC_push_proc, GC_custom_push_proc, GC_custom_push_range functions</li> <li><a href="https://github.com/bdwgc/bdwgc/commit/0d2818182b5174897f115f62e28cff0c00b09574"><code>0d28181</code></a> Rename GC_push_obj and GC_push_contents_hdr inline functions</li> <li>Additional commits viewable in <a href="https://github.com/bdwgc/bdwgc/compare/9fd2bdd8f8a65c162c1fe50b6da7a08ebe03219b...e5807372bc922197a03976bfebacb59681ddb55e">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%