• Dominik Inführ's avatar
    [heap] Improve accounting with ArrayBufferExtensions · 83dfd058
    Dominik Inführ authored
    Update external memory counters when using ArrayBufferExtensions. In
    case the array buffers are swept concurrently, the counters are updated
    at the beginning of the next minor/full GC. A subsequent GC is going
    to update counters faster.
    
    ArrayBufferExtension now stores the accounting_length such that
    the sweeper always knows how much memory to deduct from the external
    memory on destruction.
    
    ArrayBufferList now also tracks the size of all ArrayBuffers in it.
    
    Bug: v8:10064
    Change-Id: I50a8b1180aa837b6932f834df1610255bd2bd9fd
    Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2041441
    Commit-Queue: Dominik Inführ <dinfuehr@chromium.org>
    Reviewed-by: 's avatarUlan Degenbaev <ulan@chromium.org>
    Cr-Commit-Position: refs/heads/master@{#66195}
    83dfd058
Name
Last commit
Last update
..
heap-tester.h Loading commit data...
heap-utils.cc Loading commit data...
heap-utils.h Loading commit data...
test-alloc.cc Loading commit data...
test-array-buffer-tracker.cc Loading commit data...
test-compaction.cc Loading commit data...
test-concurrent-marking.cc Loading commit data...
test-embedder-tracing.cc Loading commit data...
test-external-string-tracker.cc Loading commit data...
test-heap.cc Loading commit data...
test-incremental-marking.cc Loading commit data...
test-invalidated-slots.cc Loading commit data...
test-iterators.cc Loading commit data...
test-lab.cc Loading commit data...
test-mark-compact.cc Loading commit data...
test-memory-measurement.cc Loading commit data...
test-page-promotion.cc Loading commit data...
test-spaces.cc Loading commit data...
test-unmapper.cc Loading commit data...
test-weak-references.cc Loading commit data...