forked from GitHub/bdwgc-rust
791e4091d001ccb5ce3f9cfa71197171e5e2230a
e580737 to bb1ceb6 (#532)
Bumps [vendor/bdwgc](https://github.com/bdwgc/bdwgc) from `e580737` to `bb1ceb6`. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/bdwgc/bdwgc/commit/bb1ceb6abac5e7587a764d56b9e95eca176b6bfe"><code>bb1ceb6</code></a> Fix missing GC_ATTR_NONNULL for API functions</li> <li><a href="https://github.com/bdwgc/bdwgc/commit/f9214fd329851667f8d2f4676dfb01f8a18cdf0c"><code>f9214fd</code></a> Add GC_ATTR_NONNULL for GC_[debug_]ptr_store_and_dirty</li> <li><a href="https://github.com/bdwgc/bdwgc/commit/55aa8b7ef7635ac4275af543e2c61322a42ed1c0"><code>55aa8b7</code></a> Add GC_ATTR_NONNULL for GC_get_prof_stats[_unsafe]</li> <li><a href="https://github.com/bdwgc/bdwgc/commit/5034d137ce2ca9c3d1de31d0028e2a887b633217"><code>5034d13</code></a> Add GC_ATTR_NONNULL for GC_count_set_marks_in_hblk</li> <li><a href="https://github.com/bdwgc/bdwgc/commit/d194538d7d9d562b63058fce8d98ea1f2fffe061"><code>d194538</code></a> Add GC_ATTR_NONNULL for GC_calloc_prepare/do_explicitly_typed</li> <li><a href="https://github.com/bdwgc/bdwgc/commit/5f5dffc2d004eb92085282333ac1c4bc11d621ad"><code>5f5dffc</code></a> Add GC_ATTR_NONNULL for GC_ms_push_all and GC_ms_push_obj_descr</li> <li><a href="https://github.com/bdwgc/bdwgc/commit/981dffd8b2a7ca68badea70a0ca4df2d10912fcc"><code>981dffd</code></a> Eliminate 'push_all_stack but not used' gcc warning if STACK_NOT_SCANNED</li> <li><a href="https://github.com/bdwgc/bdwgc/commit/eece9463802a249b329b2df12c7eaed580473ad2"><code>eece946</code></a> Move GC_is_initialized check to beginning of functions</li> <li>See full diff in <a href="https://github.com/bdwgc/bdwgc/compare/e5807372bc922197a03976bfebacb59681ddb55e...bb1ceb6abac5e7587a764d56b9e95eca176b6bfe">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%