forked from GitHub/bdwgc-rust
d5f806a26957b302fc8bebc70cb673919df5191c
517ca84 to 0b71b72 (#399)
Bumps [vendor/bdwgc](https://github.com/ivmai/bdwgc) from `517ca84` to `0b71b72`. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/ivmai/bdwgc/commit/0b71b72d1f8a601887a6b0c437341fe629b2d728"><code>0b71b72</code></a> Convert README.cords to Markdown format</li> <li><a href="https://github.com/ivmai/bdwgc/commit/a2ca56a042e0846f4352b94849c1c2010dfbbe2f"><code>a2ca56a</code></a> Refine cords README regarding summary and build</li> <li><a href="https://github.com/ivmai/bdwgc/commit/3f5b6e33432197973082e2451f9786a41328cdb5"><code>3f5b6e3</code></a> Fix typos in README.cords</li> <li><a href="https://github.com/ivmai/bdwgc/commit/86f98da7340eb7d5c0e50540f084f914a6f2db59"><code>86f98da</code></a> Revert "Workaround Haiku pthread_join failure in subthreadcreatetest"</li> <li><a href="https://github.com/ivmai/bdwgc/commit/420433f26da9cf7b286785fcb4ab0f1be4f85fd3"><code>420433f</code></a> Fix mark lock in child process after fork</li> <li><a href="https://github.com/ivmai/bdwgc/commit/6e26eee1707a49379923e0ab225c924097051790"><code>6e26eee</code></a> Fix stack base detection on Haiku by using pthread_getattr_np()</li> <li><a href="https://github.com/ivmai/bdwgc/commit/2049b35f907f4fd992f6759cbab7550de8c06ab5"><code>2049b35</code></a> Workaround incremental collection fails on Haiku</li> <li><a href="https://github.com/ivmai/bdwgc/commit/02bed8a00e9f325c8a132cc7127184a23b3bfe28"><code>02bed8a</code></a> Fix getting memory from OS on Haiku</li> <li><a href="https://github.com/ivmai/bdwgc/commit/8e4b0af1320e3394ac3c2c5088f3dfe25433f91f"><code>8e4b0af</code></a> Duplicate abort message in system app crash dialog on Haiku</li> <li><a href="https://github.com/ivmai/bdwgc/commit/01bfcdc4568db884342c63925351c990a20cc516"><code>01bfcdc</code></a> Rename platform-specific GC_*_get_mem() to GC_get_mem()</li> <li>Additional commits viewable in <a href="https://github.com/ivmai/bdwgc/compare/517ca8423368e12ffec4a5e97c79001898ecc9d0...0b71b72d1f8a601887a6b0c437341fe629b2d728">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%