堆栈分配 meaning in Chinese
stack allocation
Examples
- Structures use stack allocation ; classes use heap allocation
结构使用堆栈分配,类使用堆分配。 - Argument specifies the total stack allocation in virtual memory
参数指定虚拟内存中总的堆栈分配。 - This option specifies the total stack allocation in virtual memory
该选项指定虚拟内存中的总的堆栈分配。 - Figure 1 gives an illustration of the stack frame assignments for a simple method , including the local variables
图1给出了一个简单方法的堆栈分配情况,包括本地变量。 - Value types are either stack - allocated or allocated inline in a structure . reference types are heap - allocated
值类型要么是堆栈分配的,要么是在结构中以内联方式分配的。