[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: execve - what happens to dynamically allocated memory?



On Thu, Nov 01, 2001 at 03:41:12PM +0100, Russell Coker wrote:
> For libc6 in it's default mode of operation...  Other malloc libraries may do 
> different things.  For example Electric Fence allocates memory with mmap() 
> instead.

current libc uses both mmap and brk, depending on the situation.

-- 
Mike Stone



Reply to: