On 21 November 2013 07:12, Karlsson, Magnus wrote:
> Just wondering if somebody could point me to a good document on how the heap
> reclamation algorithm works for memory allocated in a user space program
> using the regular malloc/calloc functions.
Section 7.1.3, whose sub-sections include: "Imp
Hi,
Just wondering if somebody could point me to a good document on how the heap
reclamation algorithm works for memory allocated in a user space program using
the regular malloc/calloc functions. I am specifically interested in how
effective it is in reclaiming memory. E.g., does it only recla