We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 13ac4f9 + e5f2575 commit f245831Copy full SHA for f245831
1 file changed
src/platform/apollolake/include/platform/memory.h
@@ -134,8 +134,9 @@
134
/* Heap section sizes for module pool */
135
#define HEAP_RT_COUNT64 256
136
#define HEAP_RT_COUNT128 32
137
-#define HEAP_RT_COUNT256 64
138
-#define HEAP_RT_COUNT512 32
+#define HEAP_RT_COUNT256 128
+#define HEAP_RT_COUNT512 8
139
+#define HEAP_RT_COUNT1024 4
140
141
#define L2_VECTOR_SIZE 0x1000
142
0 commit comments