Skip to content

Commit f14bf2d

Browse files
Bump mimalloc from 0.1.29 to 0.1.39 in /rust/sbp2json (#1463)
Bumps [mimalloc](https://github.com/purpleprotocol/mimalloc_rust) from 0.1.29 to 0.1.39. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/purpleprotocol/mimalloc_rust/releases">mimalloc's releases</a>.</em></p> <blockquote> <h2>Version 0.1.39</h2> <h3>Changes</h3> <ul> <li>Reduced binary size (credits <a href="https://github.com/Jake-Shadle"><code>@​Jake-Shadle</code></a>).</li> <li>Fix secure mode alignment by not using <code>may_use_unaligned_api</code> (credits <a href="https://github.com/nathaniel-daniel"><code>@​nathaniel-daniel</code></a>).</li> </ul> <h2>Version 0.1.38</h2> <h3>Changes</h3> <ul> <li>Remove deprecated experimental definitions in extended mode.</li> <li>Remove secure mode as default feature.</li> </ul> <h2>Version 0.1.37</h2> <h3>Changes</h3> <p>From upstream:</p> <blockquote> <p>2023-04-24, v1.8.2, v2.1.2: Fixes build issues on freeBSD, musl, and C17 (UE 5.1.1). Reduce code size/complexity by removing regions and segment-cache's and only use arenas with improved memory purging -- this may improve memory usage as well for larger services. Renamed options for consistency. Improved Valgrind and ASAN checking.</p> </blockquote> <h2>Version 0.1.36</h2> <h3>Changes</h3> <p>Fixed platform-specific build errors from upstream</p> <h2>Version 0.1.35</h2> <h3>Changes</h3> <p>2023-03-29, v1.8.0, v2.1.0: Improved support dynamic overriding on Windows 11. Improved tracing precision with <a href="https://github.com/microsoft/mimalloc#asan">asan</a> and <a href="https://github.com/microsoft/mimalloc#valgrind">Valgrind</a>, and added Windows event tracing <a href="https://github.com/microsoft/mimalloc#ETW">ETW</a> (contributed by Xinglong He). Created an OS abstraction layer to make it easier to port and separate platform dependent code (in src/prim). Fixed C++ STL compilation on older Microsoft C++ compilers, and various small bug fixes.</p> <h2>Version 0.1.34</h2> <h3>Changes</h3> <p>Fixed <code>_mi_option_last</code> in extended</p> <h2>Version 0.1.33</h2> <h3>Changelog</h3> <p>Mimaloc <code>v2.0.9</code>. Changes from upstream:</p> <blockquote> <p>2022-12-23, v1.7.9, v2.0.9: Supports building with asan and improved <a href="https://github.com/microsoft/mimalloc#valgrind">Valgrind</a> support. Support abitrary large alignments (in particular for std::pmr pools). Added C++ STL allocators attached to a specific heap (thanks <a href="https://github.com/vmarkovtsev"><code>@​vmarkovtsev</code></a>). Heap walks now visit all object (including huge objects). Support Windows nano server containers (by Johannes Schindelin,<a href="https://github.com/dscho"><code>@​dscho</code></a>). Various small bug fixes.</p> </blockquote> <h2>Version 0.1.32</h2> <h3>Changes</h3> <p>Include libc as a direct dependency</p> <h2>Version 0.1.31</h2> <h3>Changes</h3> <p>Updated mimalloc submodule to v2.0.7. Changelog from upstream:</p> <blockquote> <p>Initial support for <a href="https://github.com/microsoft/mimalloc#valgrind">Valgrind</a> for leak testing and heap block overflow detection. Initial support for attaching heaps to a speficic memory area (only in v2). Fix realloc behavior for zero size blocks, remove restriction to integral multiple of the alignment in alloc_align, improved aligned allocation performance, reduced contention with many threads on few processors (thank you <a href="https://github.com/dposluns"><code>@​dposluns</code></a>!), vs2022 support, support pkg-config, .</p> </blockquote> <h2>Version 0.1.30</h2> <h3>Changes</h3> <ul> <li>Fix mimalloc extended</li> <li>Fix CI</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/purpleprotocol/mimalloc_rust/commit/0dc380da37b09c5e11aa6b57022dfdc156d61309"><code>0dc380d</code></a> v0.1.39</li> <li><a href="https://github.com/purpleprotocol/mimalloc_rust/commit/d5e96e173717fced449a23f2414fa3832e1954f2"><code>d5e96e1</code></a> Merge pull request <a href="https://redirect.github.com/purpleprotocol/mimalloc_rust/issues/101">#101</a> from nathaniel-daniel/remove-actions-rs</li> <li><a href="https://github.com/purpleprotocol/mimalloc_rust/commit/ec76cf519335286760bdddd998400a3006032278"><code>ec76cf5</code></a> Merge pull request <a href="https://redirect.github.com/purpleprotocol/mimalloc_rust/issues/100">#100</a> from nathaniel-daniel/fix-issue-87</li> <li><a href="https://github.com/purpleprotocol/mimalloc_rust/commit/102587da0759a9400f531aef3602294c5c761129"><code>102587d</code></a> Fix CI testing of secure feature</li> <li><a href="https://github.com/purpleprotocol/mimalloc_rust/commit/d8b9efa93eab02b68480e088cfde86ea0768fd7a"><code>d8b9efa</code></a> Update actions/checkout@v3 to actions/checkout@v4</li> <li><a href="https://github.com/purpleprotocol/mimalloc_rust/commit/cc34ec1831fb0b422730394fe9bd435791ec1745"><code>cc34ec1</code></a> Replace actions-rs actions</li> <li><a href="https://github.com/purpleprotocol/mimalloc_rust/commit/8b579ccd96b26f44a43117cbec227bdc69b3fa2b"><code>8b579cc</code></a> Remove <code>may_use_unaligned_api</code></li> <li><a href="https://github.com/purpleprotocol/mimalloc_rust/commit/7929d5733a2d2db987216fb5a3486cfba89ceec9"><code>7929d57</code></a> Merge pull request <a href="https://redirect.github.com/purpleprotocol/mimalloc_rust/issues/99">#99</a> from EmbarkStudios/master</li> <li><a href="https://github.com/purpleprotocol/mimalloc_rust/commit/d118cc8332a3804ec67de9fe4501c72bb38190b8"><code>d118cc8</code></a> Remove unnecessary files</li> <li><a href="https://github.com/purpleprotocol/mimalloc_rust/commit/14eb45cee4c45d36e56707b3e5b0f7c0be5944e6"><code>14eb45c</code></a> v0.1.38</li> <li>Additional commits viewable in <a href="https://github.com/purpleprotocol/mimalloc_rust/compare/v0.1.29...v0.1.39">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=mimalloc&package-manager=cargo&previous-version=0.1.29&new-version=0.1.39)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR 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) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/swift-nav/libsbp/network/alerts). </details> > **Note** > Automatic rebases have been disabled on this pull request as it has been open for over 30 days. Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 8e337d5 commit f14bf2d

File tree

1 file changed

+330
-39
lines changed

1 file changed

+330
-39
lines changed

0 commit comments

Comments
 (0)