DescriptionCreate UnsafePtr to store on-heap pointers in Vector
In basic rule, we cannot store pointers for on-heap objects
in WTF::Vector. But in some situation like weak processing,
we need it.
In such cases, you can use UnsafePtr to avoid validations.
Please check the pointee is guaranteed to be alive without
UnsafePtr<>.
BUG=515524
Committed: https://crrev.com/fa48e5f45138dc87c5acca59235df098e18c494c
Cr-Commit-Position: refs/heads/master@{#354234}
Patch Set 1 : #
Total comments: 4
Patch Set 2 : #Patch Set 3 : WIP #Patch Set 4 : Drop changes to support hash collections #Patch Set 5 : #Patch Set 6 : #
Total comments: 2
Patch Set 7 : Make UntracedMember inherit from Member #Patch Set 8 : Support hash collections #
Total comments: 2
Patch Set 9 : Drop unnecessary parts #
Total comments: 6
Patch Set 10 : Work for nits #
Created: 5 years, 2 months ago
Messages
Total messages: 19 (5 generated)
|