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 an umbrella issue for expanding zkLLVM set of memory management functions to complete.
Right now we have only malloc and free. This is not enough to handle even growable vectors in both C++ and Rust. We need to support full set of memory management functions in our compilers and assigner.
This is an umbrella issue for expanding zkLLVM set of memory management functions to complete.
Right now we have only
malloc
andfree
. This is not enough to handle even growable vectors in both C++ and Rust. We need to support full set of memory management functions in our compilers and assigner.Tasks:
calloc
,realloc
andaligned_alloc
zkllvm-stdlib#13The text was updated successfully, but these errors were encountered: