Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 29160125ef02333a2989a2b3efa2a8c9c7022a5b
https://github.com/WebKit/WebKit/commit/29160125ef02333a2989a2b3efa2a8c9c7022a5b
Author: Adrian Perez de Castro <[email protected]>
Date: 2024-04-30 (Tue, 30 Apr 2024)
Changed paths:
M Source/ThirdParty/skia/CMakeLists.txt
A Source/ThirdParty/skia/src/ports/SkMemory_bmalloc.cpp
R Source/WebCore/platform/skia/SkiaAllocatorFastMalloc.cpp
Log Message:
-----------
[Skia] Use bmalloc directly instead of fastMalloc
https://bugs.webkit.org/show_bug.cgi?id=273175
Reviewed by Darin Adler.
Remove the Skia fastMalloc support code. Instead, add a new
allocator based on bmalloc that makes integration simpler.
* Source/ThirdParty/skia/CMakeLists.txt:
* Source/ThirdParty/skia/src/ports/SkMemory_bmalloc.cpp: Added.
(sk_abort_no_print):
(sk_free):
(sk_realloc_throw):
(sk_malloc_flags):
(sk_malloc_size):
* Source/WebCore/platform/skia/SkiaAllocatorFastMalloc.cpp: Removed.
Canonical link: https://commits.webkit.org/278185@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes