Commit aa2d776
committed
ipc: use application heap for IPC pipeline and component allocations
Replace rfree() calls with sof_heap_free() using the system user heap
for IPC component and pipeline objects. In ipc4_create_pipeline(),
replace the conditional zephyr_ll_user_heap() with the generic
sof_sys_user_heap_get() to unify the allocation path across
configurations.
Signed-off-by: Kai Vehmanen <kai.vehmanen@linux.intel.com>1 parent 279b652 commit aa2d776
2 files changed
Lines changed: 4 additions & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
354 | 354 | | |
355 | 355 | | |
356 | 356 | | |
357 | | - | |
| 357 | + | |
358 | 358 | | |
359 | 359 | | |
360 | 360 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
340 | 340 | | |
341 | 341 | | |
342 | 342 | | |
343 | | - | |
| 343 | + | |
344 | 344 | | |
345 | 345 | | |
346 | 346 | | |
347 | | - | |
348 | | - | |
349 | | - | |
350 | | - | |
351 | 347 | | |
352 | 348 | | |
353 | 349 | | |
| |||
561 | 557 | | |
562 | 558 | | |
563 | 559 | | |
564 | | - | |
| 560 | + | |
565 | 561 | | |
566 | 562 | | |
567 | 563 | | |
| |||
1122 | 1118 | | |
1123 | 1119 | | |
1124 | 1120 | | |
1125 | | - | |
| 1121 | + | |
1126 | 1122 | | |
1127 | 1123 | | |
1128 | 1124 | | |
| |||
0 commit comments