Commit 7b557d5
committed
zephyr: alloc: add 32K virtual heap bucket
The original virtual heap layout used the full 0x100000 region and forced
24 KB DMA buffers to consume 64 KB blocks.
Increase the virtual heap region size to 0x140000 and add a 32 KB block
pool so medium-sized DMA buffers no longer deplete the 64 KB entries.
Signed-off-by: Adrian Bonislawski <adrian.bonislawski@intel.com>1 parent 126674f commit 7b557d5
2 files changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
93 | 93 | | |
94 | 94 | | |
95 | 95 | | |
96 | | - | |
| 96 | + | |
97 | 97 | | |
98 | 98 | | |
99 | 99 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
344 | 344 | | |
345 | 345 | | |
346 | 346 | | |
| 347 | + | |
347 | 348 | | |
348 | 349 | | |
349 | 350 | | |
| |||
0 commit comments