Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 801e62168653b673f11ca88480676819cd52b4ea
https://github.com/WebKit/WebKit/commit/801e62168653b673f11ca88480676819cd52b4ea
Author: Adrian Perez de Castro <[email protected]>
Date: 2026-01-14 (Wed, 14 Jan 2026)
Changed paths:
M Source/WTF/wtf/CMakeLists.txt
A Source/WTF/wtf/ProcessMemoryStatus.h
M Source/WTF/wtf/haiku/CurrentProcessMemoryStatus.h
M Source/WTF/wtf/linux/CurrentProcessMemoryStatus.h
Log Message:
-----------
[WTF] Share ProcessMemoryStatus declaration among Linux and Haiku
https://bugs.webkit.org/show_bug.cgi?id=303774
Reviewed by Michael Catanzaro.
Add a new <wtf/ProcessMemoryStatus.h> with the definition of the
ProcessMemoryStatus struct, and then reuse that from both the Linux-
and Haiku-specific implementations. While at it, annotate the struct
with WTF_FORBID_HEAP_ALLOCATION because its usage is always stack
allocated, and ideally should stay that way.
Canonical link: https://commits.webkit.org/305590@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications