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
kernel: queue: guard heap functions with CONFIG_KERNEL_MEM_POOL
Wrap alloc_node struct, k_free, z_thread_malloc calls, and
k_queue_alloc_append/prepend APIs with #ifdef CONFIG_KERNEL_MEM_POOL.
This allows building with CONFIG_KERNEL_MEM_POOL=n without requiring
stub implementations for heap functions. The alloc-based queue APIs
are only meaningful when heap is available.
Signed-off-by: GridPoint <engineering@gridpoint.com>
0 commit comments