mirror of
https://github.com/bdwgc/bdwgc-rust.git
synced 2026-08-26 14:16:26 -06:00
859998ab27d6f2ca2373f61b233b9fecef855c8f
39b0d4e to 331e007 (#572)
Bumps [vendor/bdwgc](https://github.com/bdwgc/bdwgc) from `39b0d4e` to `331e007`. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/bdwgc/bdwgc/commit/331e007fffa19b6344982b7eb3f4ea8f973f68c7"><code>331e007</code></a> Change clear_all_fl_marks to return number of bytes on free lists</li> <li><a href="https://github.com/bdwgc/bdwgc/commit/649ed1324208e8f1432d78024e25f85bb02eb641"><code>649ed13</code></a> Update copyright information in allchblk.c and other modified files (2026)</li> <li><a href="https://github.com/bdwgc/bdwgc/commit/330df7094b64221b11c09356fedb6ff9dd7b68cf"><code>330df70</code></a> Define and use THREAD_GCJ_FREELISTS internal macro</li> <li><a href="https://github.com/bdwgc/bdwgc/commit/685b501e0e2af4ae1eeaca7afbe1469c90a7b77c"><code>685b501</code></a> Fix IGNORE_DYNAMIC_LOADING macro name in build.zig</li> <li><a href="https://github.com/bdwgc/bdwgc/commit/e8572a28b716b3d04c059e2135b588600f9bc890"><code>e8572a2</code></a> Do not define set_all_fl_marks() if NO_FIND_LEAK</li> <li><a href="https://github.com/bdwgc/bdwgc/commit/7ea0a4a5cba91a33d8946a47863daa4dadbfd2ff"><code>7ea0a4a</code></a> Add TODO items in GC_mark_some</li> <li><a href="https://github.com/bdwgc/bdwgc/commit/efa58a1257bcf14e6e7fd6769c78166af909801d"><code>efa58a1</code></a> Disable incremental mode completely if saving back pointers is on</li> <li>See full diff in <a href="https://github.com/bdwgc/bdwgc/compare/39b0d4ecf9bdc65a971e9423f4080d40814da6ce...331e007fffa19b6344982b7eb3f4ea8f973f68c7">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
96.8%
Shell
3.2%