Skip to content

Commit f245831

Browse files
authored
Merge pull request #343 from mmaka1/cherry-pick/up2-heap-map-fix
apl: memory: expand number of 256 Bytes block to be 128
2 parents 13ac4f9 + e5f2575 commit f245831

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

  • src/platform/apollolake/include/platform

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,8 +134,9 @@
134134
/* Heap section sizes for module pool */
135135
#define HEAP_RT_COUNT64 256
136136
#define HEAP_RT_COUNT128 32
137-
#define HEAP_RT_COUNT256 64
138-
#define HEAP_RT_COUNT512 32
137+
#define HEAP_RT_COUNT256 128
138+
#define HEAP_RT_COUNT512 8
139+
#define HEAP_RT_COUNT1024 4
139140

140141
#define L2_VECTOR_SIZE 0x1000
141142

0 commit comments

Comments
 (0)