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
`bufalloc.ByteAllocator`, as evidenced by a fix in the previous commit,
has confusing API for allocating "extra capacity". This commit cleans it up
by removing the option altogether. The only two spots that utilized the
extra capacity previously now explicitly request combined allocated
upfront and manage the copying behavior.
Release note: None
0 commit comments