| Commit-Queue | +1 |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Commit-Queue | +2 |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
[heap] Remove ExternalBackingStoreType::kArrayBuffer
This CL removes ExternalBackingStoreType::kArrayBuffer. We only
use the counter for array buffers in
NewSpace::ExternalBackingStoreOverallBytes(). This method is used by
Heap::AllocateExternalBackingStoreBytes().
We keep this working as-is by adding a new method
YoungAllocatedExternalBackingStoreBytes() for this instead. It
combines NewSpace::ExternalBackingStoreOverallBytes() and the
young array buffer size.
This CL does not address the bytes_ overflow issue in the linked
bug yet. This will be done in a follow-up CL.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |