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
Miri already tracks allocations and deallocations. It would be convenient if, from a test, I could make assertions about those allocations.
For example, I might want to assert that a particular block of code performs no allocations. Or that it performs one allocation of a specific size and alignment.