Skip to content

Heap size variable is an int #14

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

Open
konsna opened this issue Sep 4, 2015 · 1 comment
Open

Heap size variable is an int #14

konsna opened this issue Sep 4, 2015 · 1 comment

Comments

@konsna
Copy link
Member

konsna commented Sep 4, 2015

Maybe we should change it to be at long at least? Thoughts?

@marceldombrowski
Copy link
Member

What do you mean by that? Do you mean the variable that we use in order to instantiate the heap? That is true and I wanted to change that to an unsigned long long, because with ints we can only get a heap size of up to 2,147,483,647 bytes, so we would not even be able to instantiate any heap sizes in the high GB range. Never got around to do that though.

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

2 participants