heap: buffers: Increase buffer heap size by least used large blocks.

Trace show large blocks infrequently used. Decrease usage count so we
can increase buffer heap.

TODO: Large block could be completely removed and we could be allocated
from buffer heap instead.

Signed-off-by: Liam Girdwood <liam.r.girdwood@linux.intel.com>
This commit is contained in:
Liam Girdwood 2019-01-11 15:54:40 +00:00 committed by Liam Girdwood
parent d0ddef6c0d
commit ef8df6f95c
4 changed files with 6 additions and 6 deletions

View File

@ -146,8 +146,8 @@
#define HEAP_RT_COUNT64 128
#define HEAP_RT_COUNT128 64
#define HEAP_RT_COUNT256 128
#define HEAP_RT_COUNT512 64
#define HEAP_RT_COUNT1024 8
#define HEAP_RT_COUNT512 8
#define HEAP_RT_COUNT1024 4
#define L2_VECTOR_SIZE 0x1000

View File

@ -192,7 +192,7 @@
#define HEAP_RT_COUNT64 128
#define HEAP_RT_COUNT128 64
#define HEAP_RT_COUNT256 128
#define HEAP_RT_COUNT512 16
#define HEAP_RT_COUNT512 8
#define HEAP_RT_COUNT1024 4
#define L2_VECTOR_SIZE 0x1000

View File

@ -192,8 +192,8 @@
#define HEAP_RT_COUNT64 128
#define HEAP_RT_COUNT128 64
#define HEAP_RT_COUNT256 128
#define HEAP_RT_COUNT512 64
#define HEAP_RT_COUNT1024 8
#define HEAP_RT_COUNT512 8
#define HEAP_RT_COUNT1024 4
#define L2_VECTOR_SIZE 0x1000

View File

@ -210,7 +210,7 @@
#define HEAP_RT_COUNT64 192
#define HEAP_RT_COUNT128 32
#define HEAP_RT_COUNT256 80
#define HEAP_RT_COUNT512 16
#define HEAP_RT_COUNT512 8
#define HEAP_RT_COUNT1024 4
#define L2_VECTOR_SIZE 0x2000