F
Franklin
Hi All,
If I use malloc to get some memory, and don't use free to release them, OS
will release them for me when the application ends.
If OS can release them, it means that Memory Leak only in the living of the
APP?
Does it exit the situation that OS doesn't release the memory for APP when
it ends?
PS: which books could I refer?
Thank you so much!
Franklin
If I use malloc to get some memory, and don't use free to release them, OS
will release them for me when the application ends.
If OS can release them, it means that Memory Leak only in the living of the
APP?
Does it exit the situation that OS doesn't release the memory for APP when
it ends?
PS: which books could I refer?
Thank you so much!
Franklin