forked from GitHub/bdwgc-rust
c14d037ba3677221375842bae9e4165032adf8ae
4dd90d9 to cc0e474 (#420)
Bumps [vendor/bdwgc](https://github.com/ivmai/bdwgc) from `4dd90d9` to `cc0e474`. <details> <summary>Commits</summary> <ul> <li><a href="cc0e47485c"><code>cc0e474</code></a> AppVeyor CI: Test CMake build with -D NO_FIND_LEAK</li> <li><a href="0f33c80f5d"><code>0f33c80</code></a> Fix 'find-leak' typo (wording) in documentation</li> <li><a href="967cb6cf22"><code>967cb6c</code></a> .gitignore: Do not ignore 'zig-cache' folder as migrated to Zig v0.14</li> <li><a href="aae7231bd6"><code>aae7231</code></a> New macro (NO_FIND_LEAK) to turn off support of find-leak mode</li> <li><a href="d0ff393ec7"><code>d0ff393</code></a> Simplify library linkage specification in Zig script</li> <li><a href="e7c3e1cdb7"><code>e7c3e1c</code></a> Remove GC_INVOKE_FINALIZERS internal macro</li> <li><a href="8421981e3e"><code>8421981</code></a> Move GC_debug_gcj_malloc definition to dbg_mlc.c</li> <li><a href="bf2e817548"><code>bf2e817</code></a> Move non-debugging functions from dbg_mlc.c to reclaim.c</li> <li><a href="ba7a2842d0"><code>ba7a284</code></a> Print that back-height feature is not available only once</li> <li><a href="182e18b26c"><code>182e18b</code></a> GH Actions: Cross-compile by Zig for s390x, sparc, windows/thumb</li> <li>See full diff in <a href="4dd90d9bc2...cc0e47485c">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 merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@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-alloc
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%