mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-05-27 21:48:39 +00:00
Instead of tracking known malloc blocks in a separate hash table, add an optional malloc metadata pointer to MmapRegion. This makes finding the malloc metadata for a given pointer extremely fast since it can piggyback on the page table array. :^)