Bug 266667
| Summary: | Fix compact allocators with heap identifiers when MALLOC_HEAP_BREAKDOWN is enabled | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | David Degazio <d_degazio> |
| Component: | Web Template Framework | Assignee: | David Degazio <d_degazio> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
David Degazio
rdar://119891833
In https://bugs.webkit.org/show_bug.cgi?id=266080, we introduced alternate WTF allocation paths for types that can be stored in packed or compact pointers. One feature that change is missing, though, is adding implementations of custom heap identifiers when MALLOC_HEAP_BREAKDOWN is enabled, so currently enabling MALLOC_HEAP_BREAKDOWN will result in build errors. We should fix this.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
David Degazio
Pull request: https://github.com/WebKit/WebKit/pull/22072
EWS
Committed 272360@main (4a3abb1f3160): <https://commits.webkit.org/272360@main>
Reviewed commits have been landed. Closing PR #22072 and removing active labels.