Commit 78f0fd5
committed
zephyr: alloc: Use generic is_heap_pointer for L3 heap
Replace the is_l3_heap_pointer function with the generic is_heap_pointer
for L3 heap. This change simplifies the memory handling path by relying on
a common utility instead of a specialized function.
Signed-off-by: Adrian Warecki <adrian.warecki@intel.com>1 parent 39cc10b commit 78f0fd5
1 file changed
Lines changed: 6 additions & 19 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
244 | 244 | | |
245 | 245 | | |
246 | 246 | | |
247 | | - | |
248 | | - | |
249 | | - | |
250 | | - | |
251 | | - | |
252 | | - | |
253 | | - | |
254 | | - | |
255 | | - | |
256 | | - | |
257 | | - | |
258 | | - | |
259 | | - | |
260 | | - | |
261 | | - | |
262 | | - | |
263 | 247 | | |
264 | 248 | | |
265 | 249 | | |
| |||
609 | 593 | | |
610 | 594 | | |
611 | 595 | | |
612 | | - | |
| 596 | + | |
613 | 597 | | |
614 | 598 | | |
615 | 599 | | |
| |||
680 | 664 | | |
681 | 665 | | |
682 | 666 | | |
683 | | - | |
| 667 | + | |
684 | 668 | | |
685 | | - | |
| 669 | + | |
| 670 | + | |
| 671 | + | |
686 | 672 | | |
| 673 | + | |
687 | 674 | | |
688 | 675 | | |
689 | 676 | | |
| |||
0 commit comments