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
Rust is missing an equivalent to restrict in C for raw pointers. The jemalloc bindings need some way of marking the return value as noalias, which is an optimization hard-wired for the malloc symbol...
The text was updated successfully, but these errors were encountered:
Rust is missing an equivalent to
restrict
in C for raw pointers. The jemalloc bindings need some way of marking the return value asnoalias
, which is an optimization hard-wired for themalloc
symbol...The text was updated successfully, but these errors were encountered: