Is there any limit on stack memory?

前端 未结 6 2030
清酒与你
清酒与你 2020-12-16 20:06

I was going through one of the threads. A program crashed because it had declared an array of 10^6 locally inside a function.

Reason being given was memory allocatio

6条回答
  •  甜味超标
    2020-12-16 20:45

    Maybe not a really good answer, but gives you a little more in depth look on how windows in general manages the memory: Pushing the Limits of Windows

提交回复
热议问题