这是指表示对象的内存位置的指针。
This pointer refers to the memory location of the indicated object.
这向如下面的图4 所示的内存位置赋值。
This assigns values to the memory locations shown in Figure 4 below.
在对指针赋值前,请确保内存位置不会变为孤立的。
Before assigning the Pointers, make sure memory locations are not becoming orphaned.
在对指针赋值前,要确保没有内存位置会变为孤立的。
Before assigning the Pointers, make sure no memory locations will become orphaned.
地址总线为数据传输指明内存位置(地址)。
The address bus specifies the memory locations (addresses) for the data transfers.
将内存位置为0xc000000上的内容更改为0x10。
To change the contents of memory location 0xc000000 to 0x10.
注意,列表的顺序由箭头决定,而不是由节点的内存位置决定。
Notice that the order of the list is determined by the arrows, not by the memory locations of the nodes.
当访问内存位置或寄存器时,在地址总线上的真实的地址。
The actual address that is placed on the address bus when accessing a memory location or register.
当访问内存位置或寄存器时,在地址总线上的真实的地址。
Thee actual address that is placed on the address bus when accessing a memory location or register.
指针类型—指针为NULL或指向某个可访问的内存位置。
Pointer types - the pointer is either NULL or points to an accessible memory location.
跟踪该内存位置并正确地处理它就成为了calling函数的职责。
It becomes the responsibility of the calling function to keep track of this memory location and handle it properly.
可以使用带有计算为位置的任何值或表达式的内存位置说明符。
You can use a memory location specifier with any value or expression that evaluates to a location.
获取存储在此本机框架的指定内存位置中的参数或局部变量的值。
Gets the value of an argument or local variable that is stored in the specified memory location for this native frame.
主存中的每个位置都使用连续的数字地址编号,内存位置就使用这个地址来引用。
Every location in main memory is numbered with a sequential numeric address by which the memory location is referred.
CAS操作包含三个操作数——内存位置(V)、预期原值(A)和新值(B)。
A CAS operation includes three operands — a memory location (v), the expected old value (a), and a new value (B).
假设有一个指针memoryArea,它指向一个10字节的内存位置。
Suppose there is a pointer memoryArea pointing to a memory location of 10 bytes.
该内存位置的第三个字节又指向某个动态分配的10字节的内存位置,如图6所示。
The third byte of this memory location further points to some other dynamically allocated memory location of 10 bytes, as shown in Figure 6.
每次为程序指令或数据处理内存位置时,都需要将虚拟地址转换成物理(或实际)内存地址。
Every time a memory location is addressed for program instructions or data, a virtual address is translated into a physical or real memory address.
因为不可能决定从一个内存位置开始访问的字节数,所以需要用一个方法计算访问的内存量。
Because it's not possible to determine the number of bytes to be accessed from a memory location, a method is needed to find out the amount of memory addressed.
MSI的内存位置的物理地址,所以它必须转换为对设备和主机的虚拟地址空间。
The MSI memory location is a physical bus address, so it must be translated to virtual address space both on device and host.
要获得此字,应该先要从内存位置0加载一个四字,然后再移位以使所想要的值存在于首选槽内。
To get that word, you would need to load a quadword from memory location 0, and then shift the bits so that the value you want is in the preferred slot.
您可能会忘了跟踪所有指针(指向这些内存位置),并且某些内存段没有释放,还保持分配给该程序。
You might forget to keep track of all the pointers (pointing to these memory locations), and some of the memory segments are not freed and stay allocated to the program.
处理器也可以通过在访问未经映射的内存位置时使用系统管理程序(主机内核)来支持内存转换进程。
The processor also supports the memory translation process by tapping into the hypervisor (host kernel) when an unmapped memory location is accessed.
特定的内存位置和数据值必须被写入由主机的总线管理器选择,不可能仅仅是一个任意值。
The particular memory location and data value that must be written are selected by the host's bus manager, it can't just be any an arbitrary value.
偏移量是等于或大于最小值的第一个内存位置,并且是步骤3中计算的有效封装大小的倍数。
The offset is the first memory location that is equal to or larger than the minimum, and a multiple of the effective packing size computed in step 3.
下一行代码,C3,获取 eax中的指针并将其存储回内存位置为 049388C8的实例引用。
The next line, C3, takes the pointer in eax and stores it back into the instance reference at memory location 049388C8.
锁定操作将数据暂时锁定在其当前内存位置中,从而阻止公共语言运行时的垃圾回收器将其重定位。
Pinning temporarily locks the data in its current memory location, thus keeping it from being relocated by the common language runtime's garbage collector.
通过定义好的路径——在当前情况下是运行时——访问内存,核心可以验证代码并没有访问不该访问的内存位置。
By accessing memory through well-defined paths, the runtimes or in this case, kernels can verify that code is not accessing memory locations to which it should not have access.
内存破坏发生在,当向有效数据段内的一个内存位置写数据却写到了你意图使用的内存块的边界之外。
Memory corruption happens when writing to a location lying inside the legal data segment but outside the boundaries of the memory block you intended to use.
内存破坏发生在,当向有效数据段内的一个内存位置写数据却写到了你意图使用的内存块的边界之外。
Memory corruption happens when writing to a location lying inside the legal data segment but outside the boundaries of the memory block you intended to use.
应用推荐