Closed
Bug 1513058
Opened 6 years ago
Closed 6 years ago
Deduplicate some malloc_size_of code.
Categories
(Core :: CSS Parsing and Computation, enhancement)
Core
CSS Parsing and Computation
Tracking
()
RESOLVED
FIXED
mozilla66
Tracking | Status | |
---|---|---|
firefox66 | --- | fixed |
People
(Reporter: emilio, Assigned: emilio)
Details
Attachments
(1 file)
This allows to experiment with other hash maps easily rather than depending on what hashglobe::fake::HashMap dereferences to.
In particular I wrote it while trying to get a build working with hashbrown:
https://treeherder.mozilla.org/#/jobs?repo=try&revision=85b499ea760527ef43378617aaa5ede6df02b144
Assignee | ||
Comment 1•6 years ago
|
||
This allows to experiment with other hash maps easily rather than
depending on what hashglobe::fake::HashMap dereferences to.
In particular I wrote it while trying to get a build working with hashbrown.
Pushed by ealvarez@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/49cf198748e0
Deduplicate a bit the malloc_size_of code for hashmaps / hashsets. r=heycam
Comment 3•6 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 6 years ago
status-firefox66:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla66
You need to log in
before you can comment on or make changes to this bug.
Description
•