That is the address in memory in the heap of the first byte that the user typed in.
那是用户输入的第一个字节在内存中堆的地址。
Each address in memory is assigned a number.
存储器中的每一地址都被赋予一个数。
The variable's address in memory is 0x2ff22938, and its current value is 10.
变量在内存中的地址是0x2ff22938,而它当前的值则是10。
As the name implies, a memory-mapped file maps a file-like construct to an address in memory.
顾名思义,一个内存映射文件将一个类似文件的结构映射到内存的地址中。
Apple Computer CEO Steve Jobs' address at Stanford University that year, in which he talked about death, is also considered one of the best in recent memory.
苹果电脑公司的首席执行官史蒂夫·乔布斯当年在斯坦福大学的演讲中谈到了死亡,那次演讲也被认为是近年来最好的演讲之一。
Every byte in memory has to have an "address" for a process to be able to locate it.
内存中的每一个字节都必须有一个“地址”,以便让进程可以找到它。
Note that each process can map the Shared memory region to different addresses in their respective address Spaces.
注意,每个进程可能在其各自的地址空间中映射共享内存区域到不同地址。
However, remember that they point to memory in the main storage of the application (an effective address), not to the SPE's local store.
但请记住它们指向在应用程序主存储内的内存(有效地址),而非到SPE的本地存储。
Operating systems map memory segments in a processes' address space to memory pages through an internal table which defines what memory segments are owned by what processes, and so on.
操作系统通过一个内部表将处理器地址空间中的内存段映射到内存页,该表定义哪些内存段由哪些处理器所拥有,等等。
In fact, the largest length available for a memory address to any instruction format is only 24 bits!
实际上,内存地址对于任何指令格式可以使用的最大长度只有24位!
A DSI occurs whenever a reference is made to a virtual address that is not currently loaded in physical memory (this is a page fault).
如果对当前不在物理内存中加载的虚拟地址进行引用(这是一个页面错误),则会出现DSI错误。
The process addresses are still limited to 32 bits, yielding address Spaces for individual processes in differing areas of memory.
进程地址仍限于32位,以便在不同的内存范围中为各个进程产生地址空间。
This way, each process gets its own address space to play in and can access more memory than you have physically installed.
这样,每个进程都获得了自己可以使用的地址空间,可以访问比您物理上安装的内存更多的内存。
The first page of virtual memory in the kernel address space can be accessed by kernel code, but is marked as read-only.
内核地址空间中的第一页虚拟内存可通过内核代码访问,但是被标记为只读。
Every location in main memory is numbered with a sequential numeric address by which the memory location is referred.
主存中的每个位置都使用连续的数字地址编号,内存位置就使用这个地址来引用。
Regions in a process's virtual address space can be mapped to physical memory, to a file, or to any other addressable storage.
进程的虚拟地址空间中的区域可被映射到物理内存、文件或任何其他可寻址存储。
You probably have noticed that the 4GB address space present in Figure 9 does not include any kernel memory.
您可能注意到,图9中给出的4GB地址空间没有包括任何内核内存。
For a process to use a Shared memory object, the process has to map the object in its address space.
使用共享内存对象的进程必须在自己的地址空间中映射对象。
Figure 1 illustrates how virtual pages in a process's address space are mapped to physical page frames in memory.
图1说明了进程地址空间中的虚拟页如何映射到内存中的物理页帧。
Accessing a memory address that has been swapped is a lot slower than reading a resident (in physical memory) address because it must be loaded from the hard drive.
访问操作系统提供的内存地址要比读取(物理内存中的)常驻地址慢很多,因为必须硬盘驱动器加载它。
When a program tries to access memory using a virtual address, the OS in combination with on-chip hardware maps that virtual address to the physical location.
当程序尝试使用虚拟地址访问内存时,操作系统结合片上硬件将该虚拟地址映射到物理位置。
TLB is the cache holding the mapping information from the virtual address to the physical page in memory.
TLB缓存包含从虚拟地址到内存中物理页面的映射信息。
The distinct bands in the address space correspond to memory segments like the heap, stack, and so on.
内存地址空间是由诸如堆、栈等段式内存管理 方式进行管理的。
LMA is the load module address; it signifies the address in the target's virtual memory where the kernel will be loaded.
LMA是装入模块地址;它表示将要装入内核的目标虚拟内存中的地址。
Effectively, RDMA allows a member's agent to simply perform what appears to be a local memory copy operation, when in fact the target is the memory address of a remote machine.
RD ma有效地使成员的代理只需执行看似本地内存复制的操作,而此时的实际目标是远程计算机的内存地址。
Unable to find the scrap of paper on which he had written her e-mail address, he did his best to type it in from memory.
因为找不到写下他太太邮件地址的那张纸条,所以他决定凭记忆发出这封信。
When he reached his hotel, he decided to send his wife a quick e-mail message.Unable to find the scrap of paper on which he had written her e-mail address, he did his best to type it in from memory.
他到了宾馆,想要给妻子发封邮件,但是记著邮箱的纸找不到了,于是他凭著记忆把信发到了一个邮箱。
When he reached his hotel, he decided to send his wife a quick E-mail message. Unable to find the scrap of paper on which he had written her E-mail address, he did his best to type it in from memory.
他到了宾馆,想要给妻子发封邮件,但是记著邮箱的纸找不到了,于是他凭著记忆把信发到了一个邮箱。
Where exactly does namestr get written with another address value, and thereby lose the last pointer to memory allocated in main(), causing the leak?
在什么地方namestr与其它地址数值一起被编写,从而丢失分配在main() 中的最后一个内存指针,最终导致渗漏吗?
Where exactly does namestr get written with another address value, and thereby lose the last pointer to memory allocated in main(), causing the leak?
在什么地方namestr与其它地址数值一起被编写,从而丢失分配在main() 中的最后一个内存指针,最终导致渗漏吗?
应用推荐