I have defined a Type Called A_Type which has dynamic array inside,
then I construct a dynamic array of A_Type,
When I test the memory I could use ,
I find the available memory decreases after I deallocate all the dynamic array.
Why? The phenomenon looks like memory leak.
Is there any suggestion ?