Files
ladybird/Libraries/LibJS/Runtime/ArrayBuffer.cpp
Andreas Kling f6a45ea9a6 LibJS: Account ArrayBuffer storage as external memory
Report owned ByteBuffer outline capacity from ArrayBuffer as external
memory. Update the heap accounting when backing storage is attached,
resized, detached, or transferred.

Borrowed WebAssembly memory remains uncounted because ArrayBuffer does
not own that storage.
2026-05-07 10:03:09 +02:00

20 KiB