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
There does not appear to be a sized-deallocation API (e.g. free_(void*, size_t)) where the user promises that the size passed is the size hint in range [requested_size, alloction_size] where allocation size is the maximum of mi_good_size and mi_usable_size.
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
There does not appear to be a sized-deallocation API (e.g.
free_(void*, size_t)
) where the user promises that the size passed is the size hint in range [requested_size, alloction_size] where allocation size is the maximum ofmi_good_size
andmi_usable_size
.The text was updated successfully, but these errors were encountered: