位指针只能寻址4gb的虚拟地址空间。
32-bit Pointers can address only 4gb of virtual address space.
输出中首先给出进程虚拟地址空间的索引
The output begins by showing an index into the virtual address space for the process
虚拟地址空间用于存放进程中的一些项目,例如。
The virtual address space is used for a number of different items in the process such as.
该机制通常称为虚拟内存和虚拟地址空间。
This mechanism is often referred to as virtual memory and virtual address Spaces.
也就是说,操作系统内核将保留一部分虚拟地址空间。
Thus a portion of the virtual address space must be reserved to the kernel.
在其他平台上,需要使用操作系统决定的虚拟地址空间大小。
On other platforms, you need to use the operating system imposed virtual address space size.
它的目的是转储特定进程的虚拟地址空间和驻留集。
Its purpose is to dump an overview of the virtual address space and resident set for a particular process. The simplest way to use VADump is to enter this command at the command line.
该函数提供了指定进程的虚拟地址空间的一定页面范围内的信息。
The VirtualQueryEx function provides information about a range of pages within the virtual address space of a specified process.
由于各种各样的原因,大多数现代操作系统都是在虚拟地址空间中运行程序的。
For a variety of reasons, most modern operating systems run programs in virtual address space.
address:十六进制格式,相对于进程虚拟地址空间起始位置的偏移量。
Address: In hexadecimal format, relative to the start of the process's virtual address space.
进程的虚拟地址空间中的区域可被映射到物理内存、文件或任何其他可寻址存储。
Regions in a process's virtual address space can be mapped to physical memory, to a file, or to any other addressable storage.
如何知道哪些页面的内核,在虚拟地址空间对应于一个换出的物理页帧?
How does kernel know, which pages in the virtual address space correspond to a swapped out physical page frame?
相反,他们使用的分割,使应用程序的虚拟地址空间分为可变长度部分。
Instead, they use segmentation, so that an application's virtual address space is divided into variable-length segments.
dma请求通常会涉及数据在SPE本地存储与ppe端虚拟地址空间之间进行移动。
A DMA request always involves moving data between the SPE local store and a virtual address space on the PPE side.
每个操作系统进程占用自己的虚拟地址空间,即一组可以读写的虚拟内存页。
Each operating-system process is allocated its own virtual address space — a set of virtual-memory pages that it can read from and write to. Each page can be in one of three states.
此沙箱是在32位模式下的虚拟地址空间,这始终是一个4gb的内存地址块。
This sandbox is the virtual address space, which in 32-bit mode is always a 4gb block of memory addresses.
MSI的内存位置的物理地址,所以它必须转换为对设备和主机的虚拟地址空间。
The MSI memory location is a physical bus address, so it must be translated to virtual address space both on device and host.
由于大部分进程的虚拟地址空间大而散,页表入口只能定位在实际使用的那部分地址空间上。
Because the virtual address Spaces of most processes are both large and sparse, page table entries are only allocated for the portions of the address space that are actually used.
这个虚拟接口包含预期的接口,包括表示设备(如shadowPCI)的虚拟地址空间和虚拟中断。
This virtual interface would consist of the expected interface, including a virtual address space representing the device (such as shadow PCI) and virtual interrupt.
图7至图9描述虚拟地址空间中的图形本地存储器和系统存储器可能的分配的不同示例实施例。
Figures 7 through 9 describe different example embodiments of possible apportionments of graphics local memory and system memory in virtual address space.
因为虚拟地址一旦投入使用,所有在计算机中运行的软件都会占用虚拟地址空间,包括操作系统内核自身。
Once virtual addresses are enabled, they apply to all software running in the machine, including the kernel itself.
其中 4GB范围表示进程的最大理论范围(有时包括用于表示它的VMM结构),被称为进程的虚拟地址空间。
This 4GB range represents the process' maximum theoretical extent and (together sometimes with the VMM's structures that represent it), is known as the virtual address space of the process.
在进程地址空间大于物理内存的系统中,内存泄漏或本机内存过度使用会迫使操作系统提供一些虚拟地址空间。
When running on a system with more process address space than physical memory, a memory leak or excessive use of native memory will force the OS to swap out some of the virtual address space.
这并不意味着系统内核能够肆无忌惮的使用物理内存,系统内核只能使用其管辖的虚拟地址空间所对应的物理内存。
This does not mean the kernel USES that much physical memory, only that it has that portion of address space available to map whatever physical memory it wishes.
内存映射被用于将映像和数据文件映射到一个进程的虚拟地址空间中,也就是将文件内容直接地连接到虚地址中。
Memory mapping is used to map image and data files into a processes address space. In memory mapping, the contents of a file are linked directly into the virtual address space of a process.
在AIX 上,进程是关于OS 控制资源(比如文件和套接字信息)、虚拟地址空间以及至少一个执行线程的一系列信息。
On AIX a process is a collection of information about OS-controlled resources (such as file and socket information), a virtual address space, and at least one thread of execution.
在这个例子中,Firefox惊人的内存需求让它使用的虚拟地址远远超过了其自身的地址空间。
In the example above, Firefox has used far more of its virtual address space due to its legendary memory hunger.
在这个例子中,Firefox惊人的内存需求让它使用的虚拟地址远远超过了其自身的地址空间。
In the example above, Firefox has used far more of its virtual address space due to its legendary memory hunger.
应用推荐