百科问答小站 logo
百科问答小站 font logo



程序中的堆和栈大小是动态变化的,还是相对固定的? 第1页

  

user avatar   bei-ji-85 网友的相关建议: 
      

堆和栈的大小在加载的时候是确定的,但也是可以调整的,是否允许动态调整完全看操作系统是否支持。

所以,两个问题:

1. 你用的OS是什么?
2. 你用的开发语言是什么?

栈是面向于线程的,堆有可能是整个进程共用的,也可能是有好几个堆,每个线程用各自的。

Windows里MSDN有讲:

       BOOL WINAPI SetThreadStackGuarantee(   __inout  PULONG StackSizeInBytes );      

StackSizeInBytes
The size of the stack, in bytes. On return, this value is set to the size of the previous stack, in bytes.
If this parameter is 0 (zero), the function succeeds and the parameter contains the size of the current stack.
If the specified size is less than the current size, the function succeeds but ignores this request. Therefore, you cannot use this function to reduce the size of the stack.
This value cannot be larger than the reserved stack size.





  

相关话题

  如何想学点编译原理,又不想直接看龙虎之类的书籍,太多理论,干燥? 
  后端开发除了增删改查还有什么? 
  面试 C# 被人问你是如何优化你的代码的,该从哪些方面进行回答? 
  做主程序员是怎样的体验? 
  你觉得用户体验最差最蛋疼的应用或网站是什么? 
  未来会不会出现这样的编程语言? 
  同事离职,我接盘了个垃圾项目,该如何是好? 
  哪些Linux发行版适合普通用户使用? 
  如何看待海淀妈妈们认为Python是儿童才学的低端编程? 
  如何评价微软正在开发的人工智能编程软件 DeepCoder? 

前一个讨论
普通人骑自行车的时速多少?
下一个讨论
操作系统中到底是谁分配的资源?





© 2024-11-22 - tinynew.org. All Rights Reserved.
© 2024-11-22 - tinynew.org. 保留所有权利