Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix off-by-one error in
DroplessArena::alloc_raw
.
This causes unnecessary calls to `grow` when the allocation would fit exactly in the remaining space.
- Loading branch information