Bug 288659
| Summary: | [WTF] Create SequesteredImmortalHeap | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Marcus Plutowski <marcus_plutowski> |
| Component: | New Bugs | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Marcus Plutowski
rdar://114840806
There are some structures which need to be allocated once, and whose lifetime thereafter does not end until the program's does (e.g. singletons). We want to be able to allocated these in the Sequestered chunk of memory, which necessitates a new allocator.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Marcus Plutowski
Pull request: https://github.com/WebKit/WebKit/pull/41460
Marcus Plutowski
<rdar://problem/145698858>
EWS
Committed 291309@main (603b096bc593): <https://commits.webkit.org/291309@main>
Reviewed commits have been landed. Closing PR #41460 and removing active labels.