unity_utils_evaluate_leaks() function
Evaluate memory leaks. If the current memory leak level (counted from the last time calling \c unity_utils_record_free_mem() ) exceeds the threshold set before via \c unity_utils_set_leak_level(), a unit test failure will be triggered.
Syntax
void unity_utils_evaluate_leaks(void);
Notes
The user MUST set the allowed leak threshold before via \c unity_utils_set_leak_level(), otherwise the allowed leak threshold is undefined.