Lars Callenbach wrote:
v = new double **[1000000];
operator new[]() -> operator new() -> malloc () -> _int_malloc()

Without a testcase we can compile, we probably can't do anything except point out that a malloc failure is probably not due to a gcc problem.
--
Jim Wilson, GNU Tools Support, http://www.specifix.com

Reply via email to