Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion zephyr/lib/alloc.c
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
#include <rtos/symbol.h>
#include <rtos/wait.h>


#define SHARED_BUFFER_HEAP_MEM_SIZE 0

#if CONFIG_VIRTUAL_HEAP
Expand Down Expand Up @@ -213,7 +214,7 @@ static inline size_t get_l3_heap_size(void)
{
/*
* Calculate the IMR heap size using:
* - total IMR size
* - total IMR size (dynamically detected by ace_imr_get_mem_size())
* - IMR base address
* - actual IMR heap start
*/
Expand Down
Loading