Commit 5ceff6b
committed
Fix off-by-one error in
This causes unnecessary calls to `grow` when the allocation would fit
exactly in the remaining space.DroplessArena::alloc_raw.1 parent bc10b68 commit 5ceff6b
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
386 | 386 | | |
387 | 387 | | |
388 | 388 | | |
389 | | - | |
| 389 | + | |
390 | 390 | | |
391 | 391 | | |
392 | 392 | | |
| |||
0 commit comments