memory: Increase amount of small sys runtime heap blocks.

Increase amount of 64B-sized blocks on sys runtime heap in preparation
for increased usage by callback handles allocated by notifier.

Signed-off-by: ArturX Kloniecki <arturx.kloniecki@linux.intel.com>
This commit is contained in:
ArturX Kloniecki 2019-11-05 11:38:19 +01:00 committed by Janusz Jankowski
parent 98d7ab2162
commit 188b37f6eb
4 changed files with 5 additions and 5 deletions

View File

@ -250,12 +250,12 @@
#define SOF_TEXT_BASE (SOF_FW_START)
/* Heap section sizes for system runtime heap for master core */
#define HEAP_SYS_RT_0_COUNT64 72
#define HEAP_SYS_RT_0_COUNT64 128
#define HEAP_SYS_RT_0_COUNT512 16
#define HEAP_SYS_RT_0_COUNT1024 4
/* Heap section sizes for system runtime heap for slave core */
#define HEAP_SYS_RT_X_COUNT64 32
#define HEAP_SYS_RT_X_COUNT64 64
#define HEAP_SYS_RT_X_COUNT512 8
#define HEAP_SYS_RT_X_COUNT1024 4

View File

@ -237,7 +237,7 @@
#define HEAP_SYS_RT_0_COUNT1024 4
/* Heap section sizes for system runtime heap for slave core */
#define HEAP_SYS_RT_X_COUNT64 32
#define HEAP_SYS_RT_X_COUNT64 64
#define HEAP_SYS_RT_X_COUNT512 8
#define HEAP_SYS_RT_X_COUNT1024 4

View File

@ -234,7 +234,7 @@
#define HEAP_SYS_RT_0_COUNT1024 4
/* Heap section sizes for system runtime heap for slave core */
#define HEAP_SYS_RT_X_COUNT64 32
#define HEAP_SYS_RT_X_COUNT64 64
#define HEAP_SYS_RT_X_COUNT512 8
#define HEAP_SYS_RT_X_COUNT1024 4

View File

@ -242,7 +242,7 @@
#define HEAP_SYS_RT_0_COUNT1024 4
/* Heap section sizes for system runtime heap for slave core */
#define HEAP_SYS_RT_X_COUNT64 32
#define HEAP_SYS_RT_X_COUNT64 64
#define HEAP_SYS_RT_X_COUNT512 8
#define HEAP_SYS_RT_X_COUNT1024 4