Re: sbrk(2) broken

From: Andrey Chernov <ache_at_nagual.pp.ru>
Date: Fri, 4 Jan 2008 16:12:47 +0300
On Fri, Jan 04, 2008 at 12:57:11PM +0000, Poul-Henning Kamp wrote:
> There is address space allocated to the process (via sbrk/mmap)
> 
> A subset of this, is address space allocated by the program (via malloc)
> 
> ...and then there is memory actually in use, which is an entirely different
> thing, of which we currently only have some kind of clue in the VM
> system.

Then, we need sysctl to fetch that "memory actually in use" from the 
kernel and compare that with getrlimit() which allows malloc() to return 
0 when needed.

-- 
http://ache.pp.ru/
Received on Fri Jan 04 2008 - 12:12:50 UTC

This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:39:24 UTC