• In the sense of an actual "memory reference", absolutely not.

    对于那种内存引用”,很明显可以。

    youdao

  • For the most part, it avoids direct memory reference by native code into the JVM, ensuring that natives can be written once and work across different JVM implementations or versions.

    很大程度上说,避免了本机代码JVM直接内存引用,从而确保本机代码只需编写一次并且可以不同的JVM实现版本运行。

    youdao

  • You can potentially save memory and startup time by deferring these references or reducing the reference set of classes.

    通过延迟这些引用或者减少一些类引用可能节约内存启动时间

    youdao

  • Finally, the string type is a reference type, so every string instance refers to an additional block of memory to hold the actual string data.

    最后字符串类型引用类型,因此每个字符串实例引用一个附加内存存放实际的字符串数据

    youdao

  • The RMO register is introduced for every partition to reference logical zero in the partitioned memory space.

    每个分区引入了RMO 寄存器,以便引用分区内存空间中的逻辑

    youdao

  • Object Reference Graph, object References, and object Details views: Provide information about objects holding onto memory.

    对象引用视图对象细节视图提供对象占用内存信息

    youdao

  • Reference queues are not as useful with soft references as with weak references, but they could be used to raise a management alert that the application is starting to run low on memory.

    引用队列对于引用来说,没有引用那么有用但是它们可以用于发出管理警报说明应用程序开始缺少内存。

    youdao

  • 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错误。

    youdao

  • This allows the element in the structure to reference memory that follows and is contiguous with the structure instance.

    允许结构中的元素引用结构实例后面紧接着内存

    youdao

  • Programs (including DB2) reference memory addresses as virtual addresses.

    程序(包括DB2)引用内存地址虚拟地址。

    youdao

  • Read-only reference data can be kept in a cache in memory.

    只读引用数据可以保持内存缓存

    youdao

  • The next line, C3, takes the pointer in eax and stores it back into the instance reference at memory location 049388C8.

    行代码C3,获取 eax中的指针将其存储内存位置为 049388C8实例引用

    youdao

  • The current reference implementation beta is both bulky in terms of jar size and somewhat inefficient in terms of memory usage, but here again you may see better performance in the future.

    当前参考实现测试版jar大小方面非常庞大并且内存使用方面效率也略嫌不足,但是这里再重申一次将来可能会看到更佳性能

    youdao

  • For example, the ModelManager tasks create copies of models rather than reference the original ones in memory.

    例如ModelManager任务创建模型副本不是引用内存原始模型。

    youdao

  • This is often a class object which holds a static reference; for example, the MyClass object in the memory leak example in Listing 1.

    通常一个保留静态引用对象例如清单1内存泄漏示例中的MyClass对象。

    youdao

  • This is a special type of memory available through the DataBlade API where you give it a name and can retrieve a reference to it by name.

    通过DataBladeAPI可用特殊内存类型,其中,赋予一个名称可以根据名称获取它的一个引用

    youdao

  • The first two lines of assembly code at B0 and B5 load the instance reference from memory location 049388C8 into eax and test for null.

    B0B5 处汇编代码将 instance引用内存位置 049388C8 加载eax 中进行 null 检查。

    youdao

  • InfoQ: MacRuby allows to AOT compile Ruby code - but is it possible to opt out of the Garbage Collector, ie. is there a way to just use Objective-C's reference counting memory management?

    InfoQMacRuby允许使用AOT编译Ruby代码,那么,有没有可能不使用垃圾收集器能否仅仅使用Objective - c引用计数内存管理?

    youdao

  • Each area of scoped memory has a reference count; when a thread enters an area of scoped memory, the reference count is incremented, and when it leaves, the reference count is decremented.

    作用内存每个区域都有引用计数线程进入scoped内存的一个区域引用计数将递增线程离开时,引用计数递减。

    youdao

  • Memory blocks can be reached in one of two ways -- if the user program holds a reference to that block in a root, or if there is a reference to that block held in another reachable block.

    可以两种方式之一访问内存 ――或者用户程序 (root)中内存引用或者一个到达的块中有对这个块的引用。

    youdao

  • The Passport ID is the reference to the passport object, which is maintained, in memory, by the Content Manager component.

    PassportID passport对象引用ContentManager组件内存维护 passport 对象。

    youdao

  • To avoid dangling Pointers (the dangerous situation where a block of memory is freed but a pointer still references it), you must delete the object only after the last reference is released.

    为了避免悬空指针(危险情况内存已经释放了,一个指针引用),必须最后引用释放之后删除对象

    youdao

  • Vega processors included a custom read barrier instruction that included bit field checking in reference metadata as well as special virtual memory protection for GC-compacted pages.

    Vega处理器包含一个客户化屏障指令,它具有字段检查元数据针对GC压缩页面的特殊虚拟内存保护

    youdao

  • The RMO register is designed for each partition and is intended to facilitate each partition to reference address zero and yet a valid and unique address in the memory.

    RMO 寄存器设计用于每个分区,并且可以帮助每个分区引用地址以及内存有效唯一的地址。

    youdao

  • When an object is removed from the working memory, any conditional elements (of any rule) that had a reference to this object cannot be evaluated now.

    工作内存移除对象之后,引用对象(属于任何规则的)任何条件元素值。

    youdao

  • The part of a two-part memory address that remains constant and provides a reference point from which the location of a byte of data can be calculated.

    保持恒定两部分内存地址一部分提供基准点这里可以计算一个字节数据位置

    youdao

  • A primary contributor to the complexity of memory management is aliasing: having more than one copy of a pointer or reference to the same block of memory or object.

    内存管理复杂性主要原因别名使用同一内存对象具有多个指针引用

    youdao

  • A primary contributor to the complexity of memory management is aliasing: having more than one copy of a pointer or reference to the same block of memory or object.

    内存管理复杂性主要原因别名使用同一内存对象具有多个指针引用

    youdao

$firstVoiceSent
- 来自原声例句
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定