memory location
[计] 存储单元
2026-03-21 19:49 浏览次数 26
[计] 存储单元
memory byte location[计]
absolute memory location[计]
physical memory location[计]
memory cell[计] 存储单元(元件)
microprogram memory location微程序存储单位
scratch memory location暂存单元
standard memory location标準存储单元
consecutive memory location相继内存单元
storage location[计] 存储单元;存储位置
memory y location存储单元
fixed memory location或固定的内存位置
the third byte of this memory location further points to some other dynamically allocated memory location of 10 bytes, as shown in figure 6.
该内存位置的第三个字节又指向某个动态分配的10字节的内存位置,如图6 所示。
suppose there is a pointer memoryarea pointing to a memory location of 10 bytes.
假设有一个指针memoryarea,它指向一个10字节的内存位置。
stopping upon access (or modification) of a specific virtual memory location
当存取(或修改)某个特定的虚拟内存位置时停止
this shared memory location is stored in the handle passed from the open_log procedure to the subsequent calls to logger and loginfo.
共享内存的位置存储在句柄中,从 open_log到后续的logger和loginfo调用都会传递这个句柄。
align 4 aligns the next memory location to a 16-byte (2^4) boundary.
align4 会将下一个内存位置对齐到16字节 (2^4) 的边界。
the asn1 variety of this function loads an asn1-encoded digital certificate from the specified memory location into the ssl context.
这个函数的asn1变种可以将指定内存位置处的使用asn1编码的数字证书加载到ssl环境中。
the next line, c3, takes the pointer in eax and stores it back into the instance reference at memory location 049388c8.
下一行代码,c3,获取eax中的指针并将其存储回内存位置为 049388c8的实例引用。
one of them contains shared memory location of the token and its logging actions, and the second structure contains the timestamp of when the db2.open_log was invoked.
其中一个包含标记名的共享内存的位置及其日志操作,第二个结构包含调用db2.open_log时的时间戳。
the processor also supports the memory translation process by tapping into the hypervisor (host kernel) when an unmapped memory location is accessed.
处理器也可以通过在访问未经映射的内存位置时使用系统管理程序(主机内核)来支持内存转换进程。
answer: this is the shared memory location used by the splogger library.
解答:这是splogger库所使用的共享内存的位置。
what's happening here is that the instruction is checking whether a memory location has an expected value; if it does, then the new value is copied into the location.
这里发生的操作是:指令检查一个内存位置是否包含预期的值;如果是这样,就把新的值复制到这个位置。
however, this references a different memory location than the previous one, even though they share the same name and the same code.
然而,尽管它们共享了相同的名字和代码,但它所引用的内存地址与前一次不同。
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.
要获得此字,应该先要从内存位置0加载一个四字,然后再移位以使所想要的值存在于首选槽内。
a cas operation includes three operands -- a memory location (v), the expected old value (a), and a new value (b).
cas操作包含三个操作数 ——内存位置(v)、预期原值(a)和新值(b)。
the memory location to which newarea was pointing cannot be freed, as there is no pointer left pointing to that location.
newarea以前所指向的内存位置无法释放,因为已经没有指向该位置的指针。
enabling memory location optimizations for numa multi-cpu systems (-xx:+usenuma).
为numa多cpu系统启用内存位置优化(-xx:+usenuma)。
because of the way the code is structured, we now know that memory location 0001f574 stores some kind of data.
通过代码的构造方式,我们现在知道内存地址0001f574处存储有某种类型的数据。
the address bus is used by the processor to select aspecific memory location or register within a particular peripheral.
地址总线被处理器用来选择在特定外设中的存储器地址或寄存器。
it becomes the responsibility of the calling function to keep track of this memory location and handle it properly.
跟蹤该内存位置并正确地处理它就成为了calling函数的职责。
every main memory location is one byte long.
每个主存位置的长度都是一个字节。
in other words, the memory location pointed by newarea becomes an orphan and results in memory leak.
换句话说,newarea 所指向的内存位置变为了孤立的,从而导致了内存泄漏。
therefore, you cannot just load a word from, say, memory location 12.
这样一来,就不能从内存位置12加载一个字。
to change the contents of memory location 0xc000000 to 0x10
将内存位置为0xc000000 上的内容更改为0x10