mirror of
https://github.com/bdwgc/bdwgc-rust.git
synced 2026-08-22 04:06:24 -06:00
c3f26e68d6705f36b58cf2a894f97057b84458e5
f97b59c to af374f9 (#535)
Bumps [vendor/bdwgc](https://github.com/bdwgc/bdwgc) from `f97b59c` to `af374f9`. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/bdwgc/bdwgc/commit/af374f921837af641f2f61698ab90767befd8996"><code>af374f9</code></a> Define and use TEST_ASSERT macro in gctest</li> <li><a href="https://github.com/bdwgc/bdwgc/commit/b25a22ad8f794662dd10fdc996718b09a4c97aaa"><code>b25a22a</code></a> Unify TEST_ASSERT macro definition across tests</li> <li><a href="https://github.com/bdwgc/bdwgc/commit/0a410d06a62ec90ba7a8db0e1b948f609b4b753b"><code>0a410d0</code></a> Unify process exit codes in tests</li> <li><a href="https://github.com/bdwgc/bdwgc/commit/b2f65c71eba3f973e01cd72dec2124ff2adb2506"><code>b2f65c7</code></a> Add missing include stdio.h in disclaim and weakmap tests</li> <li><a href="https://github.com/bdwgc/bdwgc/commit/4cc340968a170aad0e0d85857cded0014aee01db"><code>4cc3409</code></a> Rename my_assert() to TEST_ASSERT() in tests</li> <li><a href="https://github.com/bdwgc/bdwgc/commit/a4275b55bd4eccaf9c8d4890660c0c9b7b046b48"><code>a4275b5</code></a> Fix assertion violation in debug_free if SHORT_DBG_HDRS and zero size</li> <li><a href="https://github.com/bdwgc/bdwgc/commit/97b4b34d1695b61039452eb5cbb28fdb8da0c407"><code>97b4b34</code></a> GH Actions: Do not ignore failure of <code>build and run tests</code> step</li> <li><a href="https://github.com/bdwgc/bdwgc/commit/83c02807a0ab9efcc809cd0706caa10d2c64ce9d"><code>83c0280</code></a> Remove GC_in_save_callers as malloc cannot call backtrace anymore</li> <li><a href="https://github.com/bdwgc/bdwgc/commit/bd0336d498850bc8aa14933fe916ebc96cb09fee"><code>bd0336d</code></a> Call GC_debug_malloc_inner from GC_debug_malloc_replacement directly</li> <li><a href="https://github.com/bdwgc/bdwgc/commit/78e14f5c5e40f6f636a0d8e04f7c85ced06a4a58"><code>78e14f5</code></a> Remove unneeded GC_debug_malloc/realloc_replacement macros</li> <li>See full diff in <a href="https://github.com/bdwgc/bdwgc/compare/f97b59c6d1405875eb31498f051aabd5ab294a14...af374f921837af641f2f61698ab90767befd8996">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%