Re: Big malloc's

Cameron MacKinnon (mackin@interlog.com)
Tue, 11 Feb 1997 02:26:43 -0500


John Carter <john@dwaf-hri.pwv.gov.za> writes:

> My question is then...
>
> How do I write a program that will ask the kernel how much free
> physical memory there is available to me without causing a lot of
> swapping?

How about checking the source code of vmstat? It's not setuid, so
whatever it's doing, you can do too.