forked from GitHub/bdwgc-rust
079495fa482646bcb6ed869d3c28315a6caab191
9f6bc3b to 400a88b (#297)
Bumps [vendor/libatomic_ops](https://github.com/ivmai/libatomic_ops) from `9f6bc3b` to `400a88b`. <details> <summary>Commits</summary> <ul> <li><a href="400a88bafd"><code>400a88b</code></a> Change static initializer of initial_heap_ptr and spin_dummy to zero</li> <li><a href="c56149c7e6"><code>c56149c</code></a> Eliminate 'comparing signed/unsigned values' lcc warning in add_chunk_as</li> <li><a href="07ba4b81ae"><code>07ba4b8</code></a> Support double-wide primitives on E2K (32-bit mode only)</li> <li><a href="55b0f49968"><code>55b0f49</code></a> Fix ALIGNMENT macro name in comment of atomic_ops_malloc.c</li> <li><a href="3ab2f6a03f"><code>3ab2f6a</code></a> Define AO_uintptr_t and use it in AO malloc and stack</li> <li><a href="13bcf0ffb2"><code>13bcf0f</code></a> Fix get_chunk for case of mmap area is located before AO_initial_heap</li> <li><a href="418dfb502d"><code>418dfb5</code></a> Define functions and variables of tests as static</li> <li><a href="2aedc4f35b"><code>2aedc4f</code></a> Hide AO_initial_heap internal symbol</li> <li><a href="ce9d28ca0f"><code>ce9d28c</code></a> Minor text improvement in README_details.txt and README_malloc.txt</li> <li><a href="c9b8f184e5"><code>c9b8f18</code></a> Fix AO_USE_ALMOST_LOCK_FREE name in comments of atomic_ops_stack.c</li> <li>Additional commits viewable in <a href="9f6bc3b928...400a88bafd">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%