On 24.04.2022 19:57, Rick McGuire wrote:
A garbage collection is triggered any time an allocation request fails. At that time, all of the
unreferenced objects are swept up and repooled and the allocation request is retried. The uninits
on objects that have been identified as unreferenced will ge
A garbage collection is triggered any time an allocation request fails. At
that time, all of the unreferenced objects are swept up and repooled and
the allocation request is retried. The uninits on objects that have been
identified as unreferenced will get run at the next "safe" boundary, which
is