Home
last modified time | relevance | path

Searched refs:test_unity_leak_level (Results 1 – 1 of 1) sorted by relevance

/hal_espressif-3.6.0/tools/unit-test-app/components/test_utils/
Dtest_utils.c122 static size_t test_unity_leak_level[TYPE_LEAK_MAX][COMP_LEAK_ALL] = { 0 }; variable
129 test_unity_leak_level[type_of_leak][component] = leak_level; in test_utils_set_leak_level()
141 leak_level += test_unity_leak_level[type_of_leak][comp]; in test_utils_get_leak_level()
144 leak_level = test_unity_leak_level[type_of_leak][component]; in test_utils_get_leak_level()