Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions releases.json
Original file line number Diff line number Diff line change
Expand Up @@ -3234,6 +3234,7 @@
"mimalloc"
],
"versions": [
"3.5.3-1",
"3.5.1-1",
"3.3.2-1",
"3.2.7-1",
Expand Down
8 changes: 4 additions & 4 deletions subprojects/mimalloc.wrap
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[wrap-file]
directory = mimalloc-3.5.1
source_url = https://github.com/microsoft/mimalloc/archive/refs/tags/v3.5.1.tar.gz
source_filename = mimalloc-3.5.1.tar.gz
source_hash = 2602daad9b64b213a8835dee6fadda96d2081c0171bfcd3fb2db39bdc669d6b3
directory = mimalloc-3.5.3
source_url = https://github.com/microsoft/mimalloc/archive/refs/tags/v3.5.3.tar.gz
source_filename = mimalloc-3.5.3.tar.gz
source_hash = 3b4a15153a59905995f7070296ed604bb5ccc00cabb8b93446931aff77224d47
patch_directory = mimalloc

[provide]
Expand Down
4 changes: 3 additions & 1 deletion subprojects/packagefiles/mimalloc/meson.build
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
project(
'mimalloc',
'c',
meson_version: '>=0.56.0',

Check notice on line 4 in subprojects/packagefiles/mimalloc/meson.build

View workflow job for this annotation

GitHub Actions / Ubuntu (x86_64)

Minimum Meson version is 0.56.0

0.56.0: oldest version supported by WrapDB
license: 'MIT',
version: '3.5.1',
version: '3.5.3',
)

mi_sources = []
Expand All @@ -28,6 +28,8 @@
'src/page-map.c',
'src/page.c',
'src/random.c',
'src/sample-guarded.c',
'src/sample-profile.c',
'src/stats.c',
'src/subproc.c',
'src/theap.c',
Expand Down
Loading