[webkit-changes] [WebKit/WebKit] 99ffb0: Use a debug heap identifier for EmbeddedFixedVecto...

Simon Fraser noreply at github.com
Tue Feb 14 08:57:53 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 99ffb0791c0ecaa9dd6f69ad16f76153f770a96a
      https://github.com/WebKit/WebKit/commit/99ffb0791c0ecaa9dd6f69ad16f76153f770a96a
  Author: Simon Fraser <simon.fraser at apple.com>
  Date:   2023-02-14 (Tue, 14 Feb 2023)

  Changed paths:
    M Source/WTF/WTF.xcodeproj/project.pbxproj
    M Source/WTF/wtf/CMakeLists.txt
    A Source/WTF/wtf/EmbeddedFixedVector.cpp
    M Source/WTF/wtf/EmbeddedFixedVector.h

  Log Message:
  -----------
  Use a debug heap identifier for EmbeddedFixedVector allocations
https://bugs.webkit.org/show_bug.cgi?id=252115
rdar://105335112

Reviewed by Yusuke Suzuki.

Use a debug heap identifier in EmbeddedFixedVector when they are enabled at build time.

* Source/WTF/WTF.xcodeproj/project.pbxproj:
* Source/WTF/wtf/CMakeLists.txt:
* Source/WTF/wtf/EmbeddedFixedVector.cpp: Added.
* Source/WTF/wtf/EmbeddedFixedVector.h:

Canonical link: https://commits.webkit.org/260258@main




More information about the webkit-changes mailing list