servo/components/fonts
Josh Matthews ba8f923201
Various memory measurement improvements (#36834)
The two significant changes here are 1) a commit that frees memory used
to perform memory reporting once the reporting is complete, 2) memory
reporting for the system font service. There are various other commits
that remove `#[ignore_malloc_size_of]` attributes for data that we are
now able to measure, but they do not significantly change our
measurements when testing servo.org.

Testing: Comparing the output of about:memory on servo.org.

---------

Signed-off-by: Josh Matthews <josh@joshmatthews.net>
2025-05-07 04:00:12 +00:00
..
platform Migrate to the 2024 edition (#35755) 2025-03-13 10:28:11 +00:00
tests Various memory measurement improvements (#36834) 2025-05-07 04:00:12 +00:00
Cargo.toml Various memory measurement improvements (#36834) 2025-05-07 04:00:12 +00:00
font.rs Update rustfmt to the 2024 style edition (#35764) 2025-03-03 11:26:53 +00:00
font_context.rs Update FetchTaskTarget to propagate CSP violations. (#36409) 2025-04-13 20:54:59 +00:00
font_store.rs Various memory measurement improvements (#36834) 2025-05-07 04:00:12 +00:00
font_template.rs Various memory measurement improvements (#36834) 2025-05-07 04:00:12 +00:00
glyph.rs layout: Report memory usage for fragment and box trees. (#36553) 2025-04-18 20:05:15 +00:00
lib.rs Update rustfmt to the 2024 style edition (#35764) 2025-03-03 11:26:53 +00:00
shaper.rs Migrate to the 2024 edition (#35755) 2025-03-13 10:28:11 +00:00
system_font_service.rs Various memory measurement improvements (#36834) 2025-05-07 04:00:12 +00:00