You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
zephyr: alloc: Use generic is_heap_pointer for shared heap
Replace the is_shared_buffer_heap_pointer function with the generic
is_heap_pointer for shared 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>
0 commit comments