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
This is needed to call local_malloc/local_free when they're needed from library implementations of smart pointers. Otherwise, you end up having to use ~ pointers for the allocations with the useless 32-byte header.
The text was updated successfully, but these errors were encountered:
This is needed to call
local_malloc
/local_free
when they're needed from library implementations of smart pointers. Otherwise, you end up having to use ~ pointers for the allocations with the useless 32-byte header.The text was updated successfully, but these errors were encountered: