[Dev-C++] MAXIMUM Memory Allocation in C
Open Source C & C++ IDE for Windows
Brought to you by:
claplace
From: Daniel A. <dan...@jr...> - 2011-02-09 16:15:17
|
Hello, My PC is: Fujitsu-Siemens: CELSIUS model XEON(TM) CPU: 2.8 GHz + 1 Gbytes RAM running on XP Professional (2002) Service Pack: #3 I simply program in C language with Dev-C++ Bloodshed 4.9.9.2. It works beautifully !!! QUESTIONS: 1. WHERE can I find the standard library information ? I do NOT find it on: http://www.bloodshed.net/devcpp.html 2. WHERE can I find info or the best approach to understand memory allocation [malloc()] ? at: double array[524288][360] == ~1.5 Gbytes, it still works ! at: double array[1048576][360] == ~3.0 Gbytes, it seems to stop ! what about virtual memory behaviour/settings on my PC ? Best wishes. Daniel Albrecht -- Daniel Albrecht (PhD) JRC - IPSC - EAS Unit |