-
Notifications
You must be signed in to change notification settings - Fork 295
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
RawTable::allocation_info
returns non zero size for a fresh empty map
#376
Comments
cc @stepancheg |
stepancheg
added a commit
to stepancheg/hashbrown
that referenced
this issue
Jan 6, 2023
stepancheg
added a commit
to stepancheg/hashbrown
that referenced
this issue
Jan 6, 2023
stepancheg
added a commit
to stepancheg/hashbrown
that referenced
this issue
Jan 6, 2023
stepancheg
added a commit
to stepancheg/hashbrown
that referenced
this issue
Jan 9, 2023
bors
added a commit
that referenced
this issue
Jan 10, 2023
Fix RawTable::allocation_info for empty table Fixes #376
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The following code:
fails with:
Since
RawTable::new
doesn't allocate any memory I'd expect this to return 0.The text was updated successfully, but these errors were encountered: