Skip to content

Commit e487ea5

Browse files
committed
heap fixup
Signed-off-by: Liam Girdwood <liam.r.girdwood@linux.intel.com>
1 parent 630482c commit e487ea5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

zephyr/include/rtos/alloc.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,10 @@ static inline void heap_trace_all(int force) {}
141141

142142
#if CONFIG_SOF_USERSPACE
143143

144+
/**
145+
* Returns whether pointer is in userspace heap.
146+
* @return True is userspace pointer.
147+
*/
144148
bool s_heap_user_is_pointer(void *ptr);
145149

146150
/**

0 commit comments

Comments
 (0)