mirror of https://github.com/thesofproject/sof.git
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:
parent
854b2e518b
commit
c3148825b9
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue