mimalloc -> 3.3.1 in updater-mimalloc-3.3.1 — mimalloc: 3.3.0 → 3.3.1 (#15738)

* mimalloc -> 3.3.1 in updater-mimalloc-3.3.1

* updater-mimalloc-3.3.1: Package File Update Run on linux/386 container.

* updater-mimalloc-3.3.1: Package File Update Run on linux/amd64 container.

* updater-mimalloc-3.3.1: Package File Update Run on linux/arm/v7 container.

---------

Co-authored-by: github-merge-queue <github-merge-queue@users.noreply.github.com>
Co-authored-by: chromebrew-actions[bot] <chromebrew-actions[bot]@users.noreply.github.com>
This commit is contained in:
chromebrew-actions[bot]
2026-04-21 07:09:24 +00:00
committed by GitHub
parent 0dab8e6e52
commit 89c457a192
4 changed files with 8 additions and 8 deletions

View File

@@ -1,4 +1,4 @@
# Total size: 2218380
# Total size: 2242050
/usr/local/include/mimalloc-3.3/mimalloc-new-delete.h
/usr/local/include/mimalloc-3.3/mimalloc-override.h
/usr/local/include/mimalloc-3.3/mimalloc-stats.h

View File

@@ -1,4 +1,4 @@
# Total size: 2279012
# Total size: 2305806
/usr/local/include/mimalloc-3.3/mimalloc-new-delete.h
/usr/local/include/mimalloc-3.3/mimalloc-override.h
/usr/local/include/mimalloc-3.3/mimalloc-stats.h

View File

@@ -1,4 +1,4 @@
# Total size: 2374298
# Total size: 2401628
/usr/local/include/mimalloc-3.3/mimalloc-new-delete.h
/usr/local/include/mimalloc-3.3/mimalloc-override.h
/usr/local/include/mimalloc-3.3/mimalloc-stats.h

View File

@@ -3,7 +3,7 @@ require 'buildsystems/cmake'
class Mimalloc < CMake
description 'General-purpose allocator with excellent performance characteristics'
homepage 'https://github.com/microsoft/mimalloc'
version '3.3.0'
version '3.3.1'
license 'MIT'
compatibility 'all'
source_url 'https://github.com/microsoft/mimalloc.git'
@@ -11,10 +11,10 @@ class Mimalloc < CMake
binary_compression 'tar.zst'
binary_sha256({
aarch64: 'd23db777d6a4c8d6cb8df6df74de73fc0f877fd55c9286190fa101677f4c526c',
armv7l: 'd23db777d6a4c8d6cb8df6df74de73fc0f877fd55c9286190fa101677f4c526c',
i686: '5ca518fb461f58a2221cb972b351338a3e32c869125a53c3d53a2166a4476fce',
x86_64: '10de64314a001a19bd9150b4ced89639d726186f9ce7b3f4ccc1dbabebfc15ec'
aarch64: '80ba75f499fa32568b8da3e71ed17de1bd9ef38cb3a0a6845cbe7ffdf711484a',
armv7l: '80ba75f499fa32568b8da3e71ed17de1bd9ef38cb3a0a6845cbe7ffdf711484a',
i686: '5f8a10a924b8314910c6e70f93b533643fa347d1475626f038b1ac6ed605e7fc',
x86_64: 'dce58d93620b0f6193e1d5f7edafe203f17adcf44672199950ee1660efb96236'
})
depends_on 'gcc_lib' => :library