This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Malloc SUCCES but free() FAIL

Other Parts Discussed in Thread: SYSBIOS

for dynamic memory alocation i use malloc but heap mem not sufficient.  So i increase the sys bios heap size, then malloc run succesfully.

However  in debug mode  free()  is fail. It does not give any error and i can not continue debug mode.