DescriptionOilpan: HeapVectorBacking should call destructors for its elements
Currently HeapVectorBacking does not call destructors of its elements
and is leaking the objects. We must call them.
R=tkent
BUG=475801
TEST=HeapTest.VectorDestructors
TEST=HeapTest.DequePartObjectsExpand
TEST=HeapTest.HeapVectorPartObjects
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=194100
Patch Set 1 #Patch Set 2 : extend to Deque + unit tests #Patch Set 3 : add test comment #
Total comments: 2
Patch Set 4 : Check that unused portion of VectorBuffer is in a cleared state #Patch Set 5 : Mac compile fix #Patch Set 6 : do not check unused slots if ASan contig. container checking is enabled #Patch Set 7 : reuploaded #Patch Set 8 : rebased past r194046 (upto r194085.) #
Messages
Total messages: 22 (5 generated)
|