mirror of
https://github.com/servo/servo.git
synced 2025-09-27 23:30:08 +01:00
fonts: Measure more FontContext heap usage. (#38733)
Replace a hand-written MallocSizeOf implementation with an automatically derived one. This exposes more than 1MB of previously-untracked heap data on servo.org. Testing: Compared about:memory output for servo.org before and after. Part of: #11559 Signed-off-by: Josh Matthews <josh@joshmatthews.net>
This commit is contained in:
parent
d490c5c06b
commit
9da8142e2a
8 changed files with 59 additions and 32 deletions
1
Cargo.lock
generated
1
Cargo.lock
generated
|
@ -7715,6 +7715,7 @@ dependencies = [
|
|||
"keyboard-types",
|
||||
"markup5ever",
|
||||
"mime",
|
||||
"parking_lot",
|
||||
"resvg",
|
||||
"servo_allocator",
|
||||
"servo_arc",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue