feat(freertos): Exposed Kconfig option for configUSE_LIST_DATA_INTEGRITY_CHECK_BYTES

This commit exposes the FreeRTOS List integrity check option
configUSE_LIST_DATA_INTEGRITY_CHECK_BYTES via menuconfig.
This commit is contained in:
Sudeep Mohanty
2023-11-03 08:55:44 +01:00
parent 2b173ce727
commit d507a86285
14 changed files with 38 additions and 13 deletions
@@ -11,7 +11,7 @@
#include "freertos/task.h"
// Some resources are lazy allocated, the threshold is left for that case
#define TEST_MEMORY_LEAK_THRESHOLD (-800)
#define TEST_MEMORY_LEAK_THRESHOLD (-900)
static size_t before_free_8bit;
static size_t before_free_32bit;