• A new M_ZERO flag for malloc allows for memory allocation and zeroing in a single operation.

    新的面向malloc的M_ZERO标记允许单个操作中完成内存分配

    youdao

  • A memory allocation algorithm was developed to maximize parallel data access and make full use of CPU processing ability to improve real-time performance of embedded multimedia applications.

    为了提高嵌入式多媒体应用实时性能,提出最大化数据并行访问以便充分发挥CPU处理能力的片上存储器分配方法

    youdao

  • You can now configure a private memory cache for every CPUVP to decrease the time of server memory allocation on large multiprocessor computers.

    现在可以每个CPUVP配置一个私有内存缓存减少大型多处理器计算机服务器内存分配时间

    youdao

  • Sixty years into the computer age, we still aren't checking basic things like the success of opening a file or whether memory allocation succeeds.

    计算机诞生已进入六十个年头,我们仍旧没有检查基本东西成功打开一个文件内存分配是否成功。

    youdao

  • Conceptually, two operations create a data buffer under the conventional scheme: the creation of a data buffer entity and the allocation of actual memory.

    从概念上讲数据缓冲区传统方案是由两个操作创建:数据缓冲区实体创建实际内存分配

    youdao

  • As a result, the allocation of a sufficiently large object can fail if no free chunk of memory is large enough to satisfy the request.

    结果如果没有足够自由内存能够满足请求的需要,则分配一个很大对象失败

    youdao

  • A configuration item may be an environment variable or a change in the database configuration, such as its memory allocation.

    配置可以环境变量或者数据库配置修改例如数据库的内存分配。

    youdao

  • Garbage collection (GC) will usually kick in when a memory allocation failure occurs.

    出现内存分配失败的时候,通常启动垃圾收集(GC)。

    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

  • The most likely type is a memory problem, such as memory leak, heap fragmentation, or large object allocation.

    最有可能类型内存问题内存泄漏碎片或者对象分配

    youdao

  • The initial use of a system dump is to help diagnose crashes, hangs, or complex memory allocation issues in cases when the other types of dumps are insufficient or cannot be generated.

    系统转储最初用途其他类型转储不足无法生成时帮助诊断崩溃挂起复杂内存分配问题

    youdao

  • If we don't need to do a GC, allocation is 1 moving a pointer forward and 2 clearing the memory for the new object.

    如果我们需要进行GC分配就是1指针前移2对象清除内存

    youdao

  • First, it requires extra management work (allocation and freeing of memory block) wherever a buffer block is required.

    首先要求在需要缓冲区块任何地方进行额外的管理工作(分配释放内存)。

    youdao

  • The LTMemory class represents an area of memory where the time to instantiate an object is the combination of a fixed allocation time and a variable initialisation time.

    LTMemory表示这样内存域,在这里实例对象时间等于固定分配时间加上不定的初始化时间。

    youdao

  • Another approach, called buddy memory allocation, is a faster memory technique that divides memory into power-of-2 partitions and attempts to allocate memory requests using a best-fit approach.

    另外一种方法称为buddymemory allocation更快内存分配技术,它将内存划分为2的幂次方个分区使用best - fit方法分配内存请求

    youdao

  • It adds the creation of the named memory segment, the registration of a callback function, and the writing to files. The memory allocation is shown in Listing 11.

    添加了已命名内存创建一个回调函数注册以及文件写入

    youdao

  • You can, for example, use a vector in much the same way as you would use an ordinary C array, except that vector eliminates the chore of managing dynamic memory allocation by hand.

    举个例子可以使用vector使用普通c数组除了vector不能手工申请管理动态内存

    youdao

  • There might be lots of free memory, but if it is in small slices interspersed with live objects then no individual piece might be large enough to satisfy a particular allocation.

    尽管可能大量闲置内存如果它们只是一些小,其间夹杂着活动对象那么可能没有哪个碎块足以满足某个特定分配需求。

    youdao

  • This calculation can overflow, which leads to an improperly sized memory allocation. This results in a heap overflow.

    这种计算可以溢出从而导致不恰当内存分配进而产生将导致溢出。

    youdao

  • The CLR JIT can only track a fixed number of variables for register allocation; once it has to track more than this, it begins to spill the contents of registers into memory.

    CLRJIT只能跟踪固定数目寄存器分配变量一旦需要跟踪数目超出这个数目,开始寄存器内容内存中

    youdao

  • To understand the implications of these new features, we need to delve into the fine art of memory management a bit and consider why allocation overhead and speed are a big deal.

    为了理解这些新增功能含义我们需要深入研究内存管理中的艺术考虑为什么分配开销运行速度问题

    youdao

  • Consequently, it must incur a long pause to defragment, or compact, the heap to coalesce many smaller free memory areas into larger free memory areas to satisfy a large allocation request.

    因此必然引发长时间暂停整理碎片进行压缩很多块的自由内存区域整合为的自由内存区域,从而满足大型分配请求。

    youdao

  • In this example, 201.3 MB have been allocated to the IBMDEFAULTBP, an over-allocation for a system with only 357 MB of memory.

    这个例子中,201.3MB内存分配IBMDEFAULTBP对于只有357 MB内存系统来说,这是一种过度的分配。

    youdao

  • If the allocation of parts of either memory or disk space have been exhausted before a calculation process is complete, your user will get an error message that memory or disk space has run out.

    如果计算处理完成之前内存磁盘空间块分配已经耗尽用户看到内存或磁盘空间用完的错误消息

    youdao

  • But if a synchronous GC occurs because of the second casean out-of-memory errorthis means the GC was unable to keep up with the application allocation.

    但是如果因为第二情况发生同步gc——内存不足错误——意味着GC不能跟上应用程序分配。

    youdao

  • This is usually a good thing, since dealing with memory allocation when building a high-level program is a highly error-prone process.

    一般而言好事,因为写高级程序处理内存一个容易出错的过程。

    youdao

  • This is usually a good thing, since dealing with memory allocation when building a high-level program is a highly error-prone process.

    一般而言好事,因为写高级程序处理内存一个容易出错的过程。

    youdao

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

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

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