Hello,
I'm using CCS Version: 6.1.0.00104, TIRTOS: tirtos_tivac_2_14_04_31 with TM4C129.
i have an issue with dynamic memory allocation balance, such that when a task is created then deleted the amount of total heap is correct but the largest free is less than the total free, for example at some point i will get the following
Total Heap = 128000-Total free = 30600-Largest free = 20568
when i invoke the following function
Memory_getStats(STD_NULL, &stats);
print function ==> "Total Heap = %d-Total free = %d-Largest free = %d", stats.totalSize, stats.totalFreeSize, stats.largestFreeSize
Thanks,
Mohammed Fawzy