Re: Current Available RAM/Memory

2000-07-24 Thread James Manning
[Mathew Thomas] > Does anyone know of a system call or technique of finding out how much > RAM is available for malloc without going into virtual memory? That is > - how much physical memory can I get befor I start paging or swapping?? > I'm hoping that there is a system call that can give me thi

Current Available RAM/Memory

2000-07-24 Thread Mathew Thomas
Does anyone know of a system call or technique of finding out how much RAM is available for malloc without going into virtual memory? That is - how much physical memory can I get befor I start paging or swapping?? I'm hoping that there is a system call that can give me this info. Any help would