Skip to content

Commit 40bf6b7

Browse files
authored
Merge pull request #132 from xiulipan/bufferinc
apl: memory: expand number of 256 Bytes block to be 128
2 parents 4b62c25 + fc3ed5e commit 40bf6b7

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
@@ -137,7 +137,7 @@
137137
#define HEAP_RT_COUNT32 128
138138
#define HEAP_RT_COUNT64 64
139139
#define HEAP_RT_COUNT128 32
140-
#define HEAP_RT_COUNT256 64
140+
#define HEAP_RT_COUNT256 128
141141
#define HEAP_RT_COUNT512 8
142142
#define HEAP_RT_COUNT1024 4
143143

0 commit comments

Comments
 (0)