User profile: mabad

User info
User name:mabad
Email:mabad@ugr.es
History
Joined:
Number of posts:6
Latest posts:

Memory leak when using array of pointers to objects
Ok, so I am convinced now. The memory is not released until the application quits, but a block shoul...

Memory leak when using array of pointers to objects
Perhaps is a problem related with what firedraco says: once the program ask for a memory block to th...

Memory leak when using array of pointers to objects
It's the heap what I am using, so the memory is taken and released during run time. I would like ...

Memory leak when using array of pointers to objects
Yes, I think is held in the heap. But, is not this a bug? Once I have deleted all the objects, shoul...

Memory leak when using array of pointers to objects
I checked the memory consumed by the process using ps (I inserted a time delay) before creating the ...