Commit graph

2 commits

Author SHA1 Message Date
Andreas Kling
956a2b96d5 LibWeb: Allocate layout and painting objects with mimalloc
Add class-local allocation macros for operator new/delete through AK's
malloc helpers. The macros can optionally choose a HeapPartition.
Add Layout and Painting partitions, plus basic partition stats helpers.

Use the new partitions for LibWeb layout and painting object hierarchies
and layout-state side data.
2026-06-13 19:08:08 +02:00
Sam Atkins
fb34ca41c0 LibWeb: Preserve flex layout geometry for DevTools 2026-05-28 12:58:46 +01:00