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
The "new" DynAlloc storage allocator is broken.
Whenever using it (e.g. allocate_using) the code panics (traps).
The reason for this has yet to be found.
We need to fix it in order to finally deprecate CellChunkAlloc.
The text was updated successfully, but these errors were encountered:
The "new"
DynAlloc
storage allocator is broken.Whenever using it (e.g.
allocate_using
) the code panics (traps).The reason for this has yet to be found.
We need to fix it in order to finally deprecate
CellChunkAlloc
.The text was updated successfully, but these errors were encountered: