[webkit-changes] [WebKit/WebKit] 127897: Parameterize SegmentedVector over Malloc type
Marcus Plutowski
noreply at github.com
Wed Jan 22 11:11:22 PST 2025
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 1278975759009efc0530dcdf16a6f316752e1eea
https://github.com/WebKit/WebKit/commit/1278975759009efc0530dcdf16a6f316752e1eea
Author: Marcus Plutowski <marcus_plutowski at apple.com>
Date: 2025-01-22 (Wed, 22 Jan 2025)
Changed paths:
M Source/WTF/wtf/SegmentedVector.h
Log Message:
-----------
Parameterize SegmentedVector over Malloc type
https://bugs.webkit.org/show_bug.cgi?id=286332
rdar://143356895
Reviewed by Yusuke Suzuki.
Now you can pass in a different Malloc provider,
just like is already possible for the regular
WTF::Vector type.
* Source/WTF/wtf/SegmentedVector.h:
(WTF::SegmentedVectorIterator::operator=):
(WTF::SegmentedVectorIterator::SegmentedVectorIterator):
Canonical link: https://commits.webkit.org/289249@main
To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications
More information about the webkit-changes
mailing list