Skip to content

Commit db728a7

Browse files
committed
memory: apl: increase HEAP_RT_COUNT256 size
This patch fixes the memory allocation error for nocodec platform by increasing HEAP_RT_COUNT256 size Signed-off-by: Libin Yang <libin.yang@intel.com>
1 parent 43da169 commit db728a7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • src/platform/apollolake/include/platform

src/platform/apollolake/include/platform/memory.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@
135135
/* Heap section sizes for module pool */
136136
#define HEAP_RT_COUNT64 256
137137
#define HEAP_RT_COUNT128 32
138-
#define HEAP_RT_COUNT256 64
138+
#define HEAP_RT_COUNT256 80
139139
#define HEAP_RT_COUNT512 32
140140
#define HEAP_RT_COUNT1024 4
141141

0 commit comments

Comments
 (0)