Re: finding out how much memory is available with malloc, gcc, cygwin

2003-08-19 Thread Reini Urban
Jim Holder schrieb: A program similar to the one listed below works for me on Linux but not under Cygwin. The idea is to find out how memory I can allocate on the machine. The Cygwin version keeps going (past 700MB), reporting that it has allocated more memory than the machine has. What am I doi

RE: finding out how much memory is available with malloc, gcc, cygwin

2003-08-18 Thread Kiran Bacche
erent on different Oses. Hope this helps. Cheers Kiran -Original Message- From: Jim Holder [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 19, 2003 3:25 AM To: [EMAIL PROTECTED] Subject: finding out how much memory is available with malloc, gcc, cygwin A program similar to the one

finding out how much memory is available with malloc, gcc, cygwin

2003-08-18 Thread Jim Holder
A program similar to the one listed below works for me on Linux but not under Cygwin. The idea is to find out how memory I can allocate on the machine. The Cygwin version keeps going (past 700MB), reporting that it has allocated more memory than the machine has. What am I doing wrong? Thanks.