From a778959572931978dfbf9269c2c7c9bce3e06c76 Mon Sep 17 00:00:00 2001 From: Hanno Becker Date: Wed, 3 Apr 2019 11:31:54 +0100 Subject: [PATCH] Don't ignore I/O and ECP heap usage in baremetal script --- scripts/baremetal.sh | 6 ------ 1 file changed, 6 deletions(-) diff --git a/scripts/baremetal.sh b/scripts/baremetal.sh index 2c466f1d9..466441fbb 100755 --- a/scripts/baremetal.sh +++ b/scripts/baremetal.sh @@ -197,12 +197,6 @@ baremetal_ram_heap() { VALGRIND_BASE="$VALGRIND --tool=massif $VALGRIND_MASSIF_PARAMS" FUNC_IGNORE="" - FUNC_IGNORE="mbedtls_ssl_setup $FUNC_IGNORE" - FUNC_IGNORE="mbedtls_mpi_grow $FUNC_IGNORE" - FUNC_IGNORE="mbedtls_mpi_shrink $FUNC_IGNORE" - FUNC_IGNORE="ecp_mul_comb $FUNC_IGNORE" - FUNC_IGNORE="mbedtls_ecp_mul_restartable $FUNC_IGNORE" - FUNC_IGNORE="ecp_normalize_jac_many $FUNC_IGNORE" FUNC_IGNORE="__fopen_internal $FUNC_IGNORE" FUNC_IGNORE="_IO_file_doallocate $FUNC_IGNORE" FUNC_IGNORE="strdup $FUNC_IGNORE"