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
Cf. https://talk.neptune.cash/post/2/20, we should specify that about half of memory is available for static memory allocation $[2^{63}, 2^{64}-2^{32}]$ and half, $[2^{32}, 2^{63}-1]$ is available for dynamic allocation. Currently, we only specify how the kmalloc method words, and it only needs static memory from a region of size $2^{32}$.