Commit 7f66827
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 0356d60 commit 7f66827
2 files changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
88 | | - | |
| 88 | + | |
89 | 89 | | |
90 | 90 | | |
91 | 91 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
339 | 339 | | |
340 | 340 | | |
341 | 341 | | |
| 342 | + | |
342 | 343 | | |
343 | 344 | | |
344 | 345 | | |
| |||
0 commit comments