apl: memory: expand number of 256 Bytes block to be 64

The 256 Bytes block are used frequently for component new, 16 is
not enough for GP-MRB multiple SSPs/pipelines support, here expand
it to be 64.

Signed-off-by: Keyon Jie <yang.jie@linux.intel.com>
This commit is contained in:
Keyon Jie 2018-05-31 09:28:07 +08:00
parent 3507eb2d08
commit fdf5024110
1 changed files with 1 additions and 1 deletions

View File

@ -137,7 +137,7 @@
#define HEAP_RT_COUNT32 128
#define HEAP_RT_COUNT64 64
#define HEAP_RT_COUNT128 32
#define HEAP_RT_COUNT256 16
#define HEAP_RT_COUNT256 64
#define HEAP_RT_COUNT512 8
#define HEAP_RT_COUNT1024 4