mirror of
https://github.com/espressif/tlsf.git
synced 2025-11-16 12:34:46 +00:00
Remove the call to tlsf_assert in the tlsf_insist maccro
In this commit: The call to tlsf_asssert is removed from tlsf_insist to allow the tlsf_check() function to return when one or more of the tlsf_insist() calls fails. In the previous implementation any failing tlsf_assist() was causing the tlsf_assert to terminate the execution of the application which doesn't allow the user to handle failures in tlsf_check() eventhough tlsf_check() returns a value.
This commit is contained in:
Reference in New Issue
Block a user