Merge pull request #549 from libinyang/increase_apl_runtime_memory

memory: apl: increase HEAP_RT_COUNT256 size
This commit is contained in:
Liam Girdwood 2018-11-08 08:49:24 +00:00 committed by GitHub
commit 868feb6f78
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -135,7 +135,7 @@
/* Heap section sizes for module pool */
#define HEAP_RT_COUNT64 256
#define HEAP_RT_COUNT128 32
#define HEAP_RT_COUNT256 64
#define HEAP_RT_COUNT256 80
#define HEAP_RT_COUNT512 32
#define HEAP_RT_COUNT1024 4