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
{{ message }}
This repository was archived by the owner on Apr 27, 2026. It is now read-only.
marl::Allocatoris the user-implementable interface that should be used for all marl heap allocations.At the time of writing there are many places where we use
stdcontainers with the default allocator, which is clearly bypassing themarl::Allocator.We should ensure that all allocations go through the provided
marl::Allocator.