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
Most of the allocator have the prefix ensures something is allocated. This is not precise, because this allocators non-deterministically allocate memory, so at the end there could be null pointers. Rename them to reflect their behavior.
The text was updated successfully, but these errors were encountered:
Most of the allocator have the prefix
ensures
something is allocated. This is not precise, because this allocators non-deterministically allocate memory, so at the end there could be null pointers. Rename them to reflect their behavior.The text was updated successfully, but these errors were encountered: