tests: coverage: fix the blocking on mps2_an385 coverage report

The overall code coverage report of mps2_an385 was blocked by the
tests/net/lib/coap, the error message shows "No Mem available to
continue dump". So we enlarge the gcov heap size to prevent this
situation, try to make the report can be generated at least.

Signed-off-by: Enjia Mai <enjia.mai@intel.com>
This commit is contained in:
Enjia Mai 2021-12-21 01:08:37 +08:00 committed by Maureen Helm
parent c7da0e9113
commit 7aba5fa633

View file

@ -11,7 +11,7 @@
#include "coverage.h"
#ifdef CONFIG_X86
#if defined(CONFIG_X86) || defined(CONFIG_SOC_SERIES_MPS2)
#define MALLOC_MAX_HEAP_SIZE 32768
#define MALLOC_MIN_BLOCK_SIZE 128
#else