Commit fc41560
committed
perf(kernel::rendy): do not over-allocate
Regresssion. In future, the `alloc_boxed_buffer` must be fully removed.
The zeroing is also not required.
Signed-off-by: Anhad Singh <andypythonappdeveloper@gmail.com>1 parent d6c5a66 commit fc41560
3 files changed
+6
-12
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| 37 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
51 | | - | |
| 51 | + | |
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
738 | 738 | | |
739 | 739 | | |
740 | 740 | | |
741 | | - | |
742 | | - | |
743 | | - | |
744 | | - | |
745 | | - | |
746 | | - | |
747 | | - | |
748 | | - | |
749 | | - | |
750 | | - | |
751 | | - | |
| 741 | + | |
| 742 | + | |
| 743 | + | |
| 744 | + | |
752 | 745 | | |
753 | 746 | | |
754 | 747 | | |
| |||
0 commit comments