Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 3b652a7e534249327c043126efa94def82510bbf
https://github.com/WebKit/WebKit/commit/3b652a7e534249327c043126efa94def82510bbf
Author: Yusuke Suzuki <[email protected]>
Date: 2026-01-21 (Wed, 21 Jan 2026)
Changed paths:
M .gitignore
R Source/bmalloc/mimalloc/mimalloc/bin/mimalloc-redirect-arm64.dll
R Source/bmalloc/mimalloc/mimalloc/bin/mimalloc-redirect-arm64.lib
R Source/bmalloc/mimalloc/mimalloc/bin/mimalloc-redirect-arm64ec.dll
R Source/bmalloc/mimalloc/mimalloc/bin/mimalloc-redirect-arm64ec.lib
R Source/bmalloc/mimalloc/mimalloc/bin/mimalloc-redirect.dll
R Source/bmalloc/mimalloc/mimalloc/bin/mimalloc-redirect.lib
R Source/bmalloc/mimalloc/mimalloc/bin/mimalloc-redirect32.dll
R Source/bmalloc/mimalloc/mimalloc/bin/mimalloc-redirect32.lib
R Source/bmalloc/mimalloc/mimalloc/bin/minject-arm64.exe
R Source/bmalloc/mimalloc/mimalloc/bin/minject.exe
R Source/bmalloc/mimalloc/mimalloc/bin/minject32.exe
R Source/bmalloc/mimalloc/mimalloc/bin/readme.md
Log Message:
-----------
Unreviewed, remove mimalloc redirect binaries
https://bugs.webkit.org/show_bug.cgi?id=305953
rdar://168601924
Remove unused binaries coming from mimalloc repository. This is only
necessary if you would like to redirect your malloc to the custom malloc
on Windows, and we are not using that feature.
* .gitignore:
* Source/bmalloc/mimalloc/mimalloc/bin/mimalloc-redirect-arm64.dll: Removed.
* Source/bmalloc/mimalloc/mimalloc/bin/mimalloc-redirect-arm64.lib: Removed.
* Source/bmalloc/mimalloc/mimalloc/bin/mimalloc-redirect-arm64ec.dll: Removed.
* Source/bmalloc/mimalloc/mimalloc/bin/mimalloc-redirect-arm64ec.lib: Removed.
* Source/bmalloc/mimalloc/mimalloc/bin/mimalloc-redirect.dll: Removed.
* Source/bmalloc/mimalloc/mimalloc/bin/mimalloc-redirect.lib: Removed.
* Source/bmalloc/mimalloc/mimalloc/bin/mimalloc-redirect32.dll: Removed.
* Source/bmalloc/mimalloc/mimalloc/bin/mimalloc-redirect32.lib: Removed.
* Source/bmalloc/mimalloc/mimalloc/bin/minject-arm64.exe: Removed.
* Source/bmalloc/mimalloc/mimalloc/bin/minject.exe: Removed.
* Source/bmalloc/mimalloc/mimalloc/bin/minject32.exe: Removed.
* Source/bmalloc/mimalloc/mimalloc/bin/readme.md: Removed.
Canonical link: https://commits.webkit.org/305949@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications