dependabot[bot] 3e28870f07 chore(deps): Bump vendor/bdwgc from 3471bdb to 47e0ef4 (#412)
Bumps [vendor/bdwgc](https://github.com/ivmai/bdwgc) from `3471bdb` to
`47e0ef4`.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/ivmai/bdwgc/commit/47e0ef445d1aa48b8c48ef166b117386e4e0100c"><code>47e0ef4</code></a>
Fix GC_GRANULE_BYTES for SPARC V9</li>
<li><a
href="https://github.com/ivmai/bdwgc/commit/47a9d81930f5a1374feaefe5201925d02bc08548"><code>47a9d81</code></a>
Consistently use '__sparc' predefined macro w/o trailing
underscores</li>
<li><a
href="https://github.com/ivmai/bdwgc/commit/7e7cace4334f832c21ea90c07c37aa5392a24907"><code>7e7cace</code></a>
Fix 'undefined symbol GC_arrays` in tools on Solaris</li>
<li><a
href="https://github.com/ivmai/bdwgc/commit/4a750ff285dba13b87c64f90de07817ef137c3c5"><code>4a750ff</code></a>
Handle sparc-sun-solaris3 (SunOS6) in configure to use
sparc_mach_dep.S</li>
<li><a
href="https://github.com/ivmai/bdwgc/commit/66b0c662f212b2824f97565a8f1dde396a7f5d32"><code>66b0c66</code></a>
Remove workaround for Solaris 2.5 after migration to new structured
procfs</li>
<li><a
href="https://github.com/ivmai/bdwgc/commit/d2fa5f1ef3503bf15f088f60f7ad123cd3a5c312"><code>d2fa5f1</code></a>
Fix usage of new structured procfs interface on Solaris</li>
<li><a
href="https://github.com/ivmai/bdwgc/commit/19658a46bb219a4ac9ae4bcdc2fb1701443a828d"><code>19658a4</code></a>
Update prpageheader/prasmap types definition to match that of Solaris
11</li>
<li><a
href="https://github.com/ivmai/bdwgc/commit/57a2728035fc2d0ef8adb14a5ab43b8e11ee4140"><code>57a2728</code></a>
Check pr_pagesize field when reading pagedata file on Solaris</li>
<li><a
href="https://github.com/ivmai/bdwgc/commit/e4aa0ed5a91a73c184d76e3c1870b6fe8ebca8fa"><code>e4aa0ed</code></a>
Ensure no GC_proc_buf overrun on Solaris</li>
<li><a
href="https://github.com/ivmai/bdwgc/commit/924d224b131d81139f5f9784b233836d1645b135"><code>924d224</code></a>
Travis CI: Do not use gcc on FreeBSD</li>
<li>See full diff in <a
href="https://github.com/ivmai/bdwgc/compare/3471bdb50f3c1e2fdb0018502717ddb9fa9eace3...47e0ef445d1aa48b8c48ef166b117386e4e0100c">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>
2025-02-10 19:30:05 +00:00
2024-08-11 11:33:34 +00:00
2023-09-28 10:51:38 +08:00
2023-09-28 07:05:39 +00:00
2024-08-11 11:33:34 +00:00
2019-05-15 15:39:53 +00:00
2023-09-28 07:05:39 +00:00
2024-08-11 18:11:13 +08:00
2024-08-11 18:11:13 +08:00
2019-04-13 20:21:25 +00:00
2022-12-21 20:13:42 +00:00

bdwgc-alloc

GitHub Action Crate License

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

MIT

S
Description
No description provided
Readme MIT 1.5 MiB
Languages
Rust 96.8%
Shell 3.2%