You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I found a bug with the mattconte implementation that is in this implementation as well. espressif/tlsf#2
Basically, allocated blocks need to be the rounded size so that they get freed to the same place they were searched for first. Otherwise, you may not be able to free a block and then re-allocate to the same location even if the sizes are the same.
The text was updated successfully, but these errors were encountered:
I found a bug with the mattconte implementation that is in this implementation as well. espressif/tlsf#2
Basically, allocated blocks need to be the rounded size so that they get freed to the same place they were searched for first. Otherwise, you may not be able to free a block and then re-allocate to the same location even if the sizes are the same.
The text was updated successfully, but these errors were encountered: