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
Instead of checking a division remainder, use `usize::div_ceil()`,
which will round division up, adding an extra member to the
bitmap when needed.
Since at the moment we unconditionally add 1 to `map_size`, this
change results in allocating one less `AtomicU64` in some cases.
Signed-off-by: Carlos López <[email protected]>
0 commit comments