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 has been archived by the owner on Sep 20, 2023. It is now read-only.
Importing alloca and malloc from base directly does work.
But we still can't use the alloc and malloc to do allocation if we only have made our custom type as the instance of foundation's Storable without the instance of base's Storable. Is there any plan for providing allocate functions for foundation's Storable ?
How to allocate memory and pass the ptr to foreign C code using foundation ?
The text was updated successfully, but these errors were encountered: