heap: byt: balance heap block size map

Balance the heap block map size out to better fit real world usage by
reducing small blocks to create extra larger blocks.

Signed-off-by: Liam Girdwood <liam.r.girdwood@linux.intel.com>
This commit is contained in:
Liam Girdwood 2017-09-03 21:58:04 +01:00
parent 854b2e518b
commit c3148825b9
1 changed files with 4 additions and 4 deletions

View File

@ -100,11 +100,11 @@
/* Heap section sizes for module pool */
#define HEAP_RT_COUNT8 0
#define HEAP_RT_COUNT16 256
#define HEAP_RT_COUNT32 128
#define HEAP_RT_COUNT16 64
#define HEAP_RT_COUNT32 64
#define HEAP_RT_COUNT64 64
#define HEAP_RT_COUNT128 32
#define HEAP_RT_COUNT256 16
#define HEAP_RT_COUNT128 64
#define HEAP_RT_COUNT256 64
#define HEAP_RT_COUNT512 8
#define HEAP_RT_COUNT1024 4