WebPlatformForEmbedded / WPEWebKit

WPE WebKit port (downstream)
211 stars 135 forks source link

Blob should report memory cost #1253

Closed emutavchi closed 8 months ago

emutavchi commented 8 months ago

At least for blobs allocated via XHRs.

This resolves the high memory usage seen in network process after application allocated a lot of blobs.

Here is a simple test page: https://github.com/emutavchi/tests/blob/master/lng/image-worker-test/test.html