DescriptionSync m_lastRemainingAllocationSize on promptly freeing objects.
A heap's m_lastRemainingAllocationSize field is used to limit updating
of heap allocated object size tracking. Upon promptly freeing objects,
make sure it is synchronized so as to it avoid deviating across multiple
such operations.
R=haraken
BUG=534423
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=202634
Patch Set 1 #Patch Set 2 : generalize + add comment #Patch Set 3 : invert the logic #Messages
Total messages: 8 (2 generated)
|