In the course of the laboratory, I came across a task where you just had to write a program to count the product of matrices, while allocating memory dynamically. Sounds pretty simple, but in the end I found it.
Create definitions of macros that calculate how many times the program has been using dynamic allocation and freeing functions, as well as the amount of allocated and freed memory.
In the manual, nothing is written except for explanations about #define, #if, etc. I would like to have at least some idea of what it is about)