What are the reasons a malloc() would fail, especially in 64 bit?
My specific problem is trying to malloc a huge 10GB chunk of RAM on a 64 bit system. The machine ha
But why else could a malloc fail? I can't think of other reasons
As implicitly stated previously several times, because of memory fragmentation