Files
servo/components/script/dom/compressionstream.rs
Kingsley Yung f75e6345e6 script: Implement MallocSizeOf for (De)Compressor (#40420)
Implement `MallocSizeOf` for the internal context of `CompressionStream`
and `DecompressionStream`. This helps remove the `ignore_malloc_size_of`
annotation in the structs `CompressionStream` and `DecompressionStream`

Testing: Existing tests suffice.

Signed-off-by: Kingsley Yung <kingsley@kkoyung.dev>
2025-11-05 05:22:13 +00:00

12 KiB