Personal collection of programs written so far in the course that use operations for dynamic memory management.
Review your collection of programs written in C so far
in the course as well as the one from your lab partner and mark those in
with dynamic memory management operations (malloc
,
calloc
, free
o realloc
).
For each of them, compile and execute again the program but using Valgrind. Without fixing any of the anomalies, create a table in which you show the name of the program and the type of anomaly appearing. Show the table to the professor.
Review the implementation of each program to fix the detected anomalies.