Commit graph

2 commits

Author SHA1 Message Date
Shannon Booth
a24af35ca1 LibGC: Default-construct RootHashMap from the global heap 2026-05-20 20:37:55 +02:00
Andreas Kling
11ece7de10 LibGC: Add GC::RootHashMap<...> template container
This is a GC-aware wrapper around AK::HashMap. Entry values are treated
as GC roots, much like the GC::RootVector we already had.

We also provide GC::OrderedRootHashMap as a convenience.
2025-05-03 17:33:54 +02:00