You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Make GlobalAllocator allocation calls uncollectable
The GlobalAllocator is responsible for allocating all objects which are
*not* managed by the GC, so we need to ensure that it doesn't try and
allocate them in the managed pool.
This is not currently possible for gc_malloc_precise due to limitations
in Boehm, so for now, it needs to be prevented.
0 commit comments