Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve specification of dynamic/static memory allocation #123

Open
Sword-Smith opened this issue Aug 17, 2024 · 0 comments
Open

Improve specification of dynamic/static memory allocation #123

Sword-Smith opened this issue Aug 17, 2024 · 0 comments

Comments

@Sword-Smith
Copy link
Contributor

Sword-Smith commented Aug 17, 2024

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}$.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant