• Worse, a cache miss when allocating an object on the heap has a particularly nasty memory interaction.

    糟的是,分配对象缓存遗漏还有一个特别讨厌的内存交互

    youdao

  • For example, the code must call certain runtime routines in the JVM runtime to perform specific actions, such as looking up an unresolved method or allocating memory.

    例如代码必须调用JVM运行中的某些运行时例程执行特定操作查找解析的方法分配内存。

    youdao

  • For most collector implementations, the allocation subsystem keeps a pool of free heap memory, consumed by the application through allocating objects and replenished by the collector through sweeping.

    大多数收集器实现而言分配子系统持有一个自由内存应用程序通过分配对象使用池,然后收集器通过清理来补充该池。

    youdao

  • This was achieved through dynamic Logical Partitioning (DLPAR) -the process of dynamically allocating additional CPU or memory servers to a running LPAR.

    这种功能通过动态逻辑分区(DLPAR)实现,也就是将附加的CPU或者内存服务器动态分配一个正在运行LPAR

    youdao

  • When allocating memory from the heap, the contents of that memory are garbage — whatever bits happen to be left over from the last time that memory was used.

    分配内存时,不管上次使用内存之后留下了什么内容,内存中的内容都被当作垃圾

    youdao

  • The libraries that implement these requirements are called allocators, because they are responsible for allocating and deallocating memory.

    实现这些需求程序称为分配程序(allocators),因为它们负责分配回收内存。

    youdao

  • Another common problem with allocating database Shared memory on Solaris is due to the fact that all pages of a Shared memory segment are pinned in physical RAM.

    Solaris中另一个分配数据库共享内存有关常见问题由于这样事实导致的,共享内存所有固定物理ram中的。

    youdao

  • Allocating blocks of zero-filled memory the library may need.

    分配程序可能需要由零填充的内存

    youdao

  • This algorithm tends to be memory efficient (allocating what's necessary) but requires more time to manage the heap.

    这种算法通常具有较高内存使用效率(分配需要的内存),但是却需要花费更多时间进行管理

    youdao

  • The StringBuilder class in the System.Text namespace joins strings together without allocating a new string instance each time; this efficiency greatly improves memory utilization.

    Text命名空间中的StringBuilder无须每次分配新的字符串实例即可将字符串连接在一起效率大大改进了内存利用

    youdao

  • Mempool_alloc is for allocating objects; if the mempool allocator fails to provide memory, then the pre-allocation pool will be used.

    mempool_alloc用来分配对象如果内存分配器无法提供内存,那么可以预分配的池。

    youdao

  • If you're allocating native resources (memory on the native heap, file descriptors, or whatever), it can be significantly more difficult to arrange timely collection of these resources.

    如果分配了native资源及时回收这些资源是很困难

    youdao

  • There might not be enough disk space to complete the file write operation, or allocating the buffer could fail if not enough memory is available.

    可能没有足够磁盘空间完成文件操作或者由于没有足够的内存可用分配缓冲区可能失败

    youdao

  • By using a constant string, you avoid allocating memory, copying the string, and the transcoding process.

    通过使用常量字符串可以避免分配内存复制字符串编码转换过程。

    youdao

  • Soon after that, the kernel starts swapping some of those pages to disk in anticipation of having to allocate memory to the process that's allocating memory.

    之后,如果内核预计必须为请求内存进程分配内存,它开始一些页面交换磁盘

    youdao

  • The concept involves pre-allocating a pool of memory and reserving it until it is actually needed.

    思想分配一个内存保留真正需要的时候。

    youdao

  • Reserving native memory is not the same as allocating it.

    保留本机内存分配它不同。

    youdao

  • By allocating memory outside the heap, you may subject your application to additional forces of which the JVM is unaware.

    通过分配外面内存也许使应用受到额外JVM知道的力量的管制。

    youdao

  • What if the process was in the middle of allocating additional memory on its heap using malloc, and you call malloc from the signal handler?

    如果进程正在使用malloc分配额外的内存时,通过信号处理器调用 malloc,那会怎样?

    youdao

  • Instead of spawning a new OS thread for each connection (and allocating the accompanying memory with it), each connection fires an event run within the Node engine's process.

    每个连接发射Node引擎进程中运行事件而不是每个连接生成新的OS线程(为其分配一些配套内存)。

    youdao

  • At the same time, with Oracle Database 10g, make sure that the LOCK_SGA Oracle initialization parameter is set to TRUE, so that Oracle request large pages when allocating Shared memory.

    同时对于OracleDatabase10g确保将LOCK_SGA Oracle初始化参数设置TRUE这样一来,Oracle会分配共享内存请求较大页面

    youdao

  • I'm wondering if there is another way I can convert this double into a string or char array, etc, without allocating and collecting memory each time the loop runs.

    知道我还有另一个办法这种双重转换成字符串字符数组等等没有内存分配收集每次循环运行。

    youdao

  • An application can keep special track of a given group of allocations for debugging purposes by allocating them as this type of memory block, using explicit calls to the debug heap functions.

    应用程序可以使用这种记忆体区块类型配置、使用堆积函式明确呼叫继续追踪指定配置群组达到目的

    youdao

  • The invention discloses a method and a device for allocating continuous physical memory in an embedded system.

    发明公开种嵌入式系统连续物理内存分配方法装置

    youdao

  • Increasing the collection capacity involves allocating additional collection slots, which incurs both performance and memory overhead.

    增大集合容量包括分配更多的集合这会影响性能内存开销

    youdao

  • The memory structure, constitution of data communication channel and system bus are analyzed, and the algorithm allocating, algorithm mapping and scheduling on the multiprocessor are discussed.

    系统存储器结构数据通信通道组成系统总线结构进行了分析; 讨论了算法划分、算法的多处理器映射调度

    youdao

  • Because the runtime allocates memory for an object by adding a value to a pointer, it is almost as fast as allocating memory from the stack.

    由于运行时通过指针添加对象分配内存所以这几乎堆栈分配内存一样

    youdao

  • In the first case, those objects are strings. After allocating memory to hold the objects, the default string constructor is run on each element of the array in turn.

    其中第一数组string类型,分配保存对象内存空间,将调用string类型的默认构造函数依次初始化数组中的每个元素

    youdao

  • Proper data structure is designed to solve the problems such as CUDA does not support pointer, dynamically memory allocating and to avoid synchronization as much as possible.

    同时设计了相应的数据结构克服CUDA没有指针不能动态申请资源尽量避免同步操作问题

    youdao

  • Proper data structure is designed to solve the problems such as CUDA does not support pointer, dynamically memory allocating and to avoid synchronization as much as possible.

    同时设计了相应的数据结构克服CUDA没有指针不能动态申请资源尽量避免同步操作问题

    youdao

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

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

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