Programs that want to allocate a large and contiguous area of memory but don't need it all immediately often use a combination of reserved and committed memory.
希望分配了大量连续内存区域但这些内存不马上同时使用的程序常常结合使用保留内存和提交内存。
A reserved area of memory where the CPU automatically saves the program counter and the contents of working registers when a program interrupt occurs.
内存中的一块留用存储区,当程序中断产生时,CPU自动在其中保存程序计数器和工作寄存器的内容。
A reserved area of memory where the CPU automatically saves the program counter and the contents of working registers when a program interrupt occurs.
内存中的一块留用存储区,当程序中断产生时,CPU自动在其中保存程序计数器和工作寄存器的内容。
应用推荐