Files
Odin/base/runtime
Feoramund acd5d0d40b Fix slab iteration bug in the remote free collection phase
Previously, a wide slab could be freed during this phase which could
trigger the superpage itself to be freed, resulting in iteration across
potentially invalid memory if the superpage was returned to the host and
not placed in the orphanage.

`heap_free_wide_slab` has had its responsibilities reduced to just
freeing the wide slab, and `heap_free_superpage_if_empty_and_unused` has
been added to better clarify what is happening where.
2025-05-08 11:06:02 -04:00
..
2024-11-24 13:08:24 +01:00
2025-04-13 21:51:57 +02:00
2024-06-04 19:01:30 -04:00
2024-06-05 20:57:39 +02:00
2025-05-08 11:06:01 -04:00
2025-05-08 11:06:02 -04:00
2025-05-07 11:30:58 +10:00
2024-06-05 20:57:39 +02:00
2024-06-29 12:16:43 +01:00
2025-05-08 11:06:02 -04:00