• 2预留堆栈动态内存分配

    Segment 2 is for stack and dynamic memory allocation.

    youdao

  • 用作动态内存分配内存区域

    An area of memory that is used for dynamic memory allocation.

    youdao

  • 使用动态内存分配必须考虑检查点

    Checkpoints that must be considered while working with dynamic memory allocation.

    youdao

  • 开发组件可能存在大量动态内存分配

    When components are developed, there can be a lot of dynamic memory allocations.

    youdao

  • 用作动态内存分配内存区域

    An area of memory that is used for dynamic memory al location.

    youdao

  • 动态内存分配()不一定是连续的。

    Dynamic memory allocation (on the heap) is not necessarily contiguous.

    youdao

  • 本文讨论了几种使用动态内存分配可以避免陷阱

    This article discussed several pitfalls you can avoid when working with dynamic memory allocations. To avoid memory-related problems, it is good practice to.

    youdao

  • 第三部分,论述动态内存泄漏检测回收技术

    Thirdly, the technology of memory leak detection and collection was researched.

    youdao

  • 拷贝构造函数需要情况下动态内存分配吗?

    Copy constructor is needed only in the case of dynamic memory allocation?

    youdao

  • 应用程序责任释放任何用于这块缓存动态内存

    Are responsible for freeing any dynamic memory you use for this buffer.

    youdao

  • 计算机RAM中的内存,它可以进行,动态内存分配

    So the heap is a chunk of memory in a computer's RAM that's conceptually allocated to what's called dynamic memory allocation.

    youdao

  • 如果熟悉使用c语言管理动态内存那么可以直接跳到

    If you're familiar with managing dynamic memory in a language such as c, then you may want to skip to the next section.

    youdao

  • 此外动态内存分配程序员掌控,必然意味着内存分配成为程序元负担

    Moreover dynamic memory allocation is under the control of the programmer, which inevitably means that memory deallocation is the burden of the programmer.

    youdao

  • 保证高速,“缓存静态内存构成不是动态内存动态内存慢。

    To ensure the high speed, cache is made of static ram rather than dynamic ram used for the other part of the memory since this is slower.

    youdao

  • 基本SQL函数系统字符串动态内存处理系统单独报告错误

    The basic SQL function system and string classes and dynamic memory handling. Not a single reported bug in this system.

    youdao

  • SACOS动态内存管理方法可以有效减少内存管理开销内存碎片,提高内存利用率。

    The dynamic memory management of SACOS can decrease efficiently the memory management overhead and memory fragmentation and improve the memory utilization.

    youdao

  • 知道什么对齐方面认识情况类似每个指针分配动态内存指针数组

    Not sure what is your understanding of aligned in this context but the situation is similar to a array of Pointers where each pointer is allocated dynamic memory.

    youdao

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

    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.

    youdao

  • 介入容器操作根本不会引发任何内存管理动态内存分配所带来时间空间开销可以最小化

    Operating with intrusive containers doesn't invoke any memory management at all. The time and size overhead associated with dynamic memory can be minimized.

    youdao

  • 编译第二遍扫描中用完了动态内存空间可能是由于某个程序太多符号复杂表达式

    The compiler ran out of dynamic memory space during its second pass, probably due to a program with too many symbols or complex expressions.

    youdao

  • 描述了SACOS动态内存管理给出了实现SACOS动态内存管理的基础-分配回收详细过程

    Dynamic memory management of SACOS and implementations of allocation and garbage collection of heap which is the foundation of dynamic memory management are reported in detail.

    youdao

  • 针对传统系统芯片动态内存管理单元(SOCDMMU),提出软件方法实现SOCDMMU中的核心部件

    Aiming at traditional System on Chip Dynamic Memory Manage Unit (SOCDMMU), this paper proposes realizing the core parts of SOCDMMU with the software method.

    youdao

  • 因此动态内存需求进程需要发出系统调用(请求内存释放内存)通知操作系统内存变化需要

    Thus, a process with dynamic memory requirements will need to issue system calls (request memory and release memory) to inform the operating system of its changing memory needs.

    youdao

  • 通过指针映射故障模型可以自动检测内存释放异常内存泄露指针引用等动态内存故障提高测试效率

    Through pointer mapping sets and fault model, it can detect bad deallocation, memory leak and null pointer dereference faults automatically and increase the testing efficiency.

    youdao

  • 方法分析内存泄漏基础,通过重新实现动态内存分配释放函数,记录内存分配的确切位置跟踪动态内存使用情况。

    Based on the analysis of memory leak, the method overloads the allocation function and overrides the free function to store the allocation spot and trace the dynamic memory allocation.

    youdao

  • 柔性阵列黑客保持空间局部性(分配内存一个连续结构其余部分),失去时候被迫使用动态内存。”

    The "flexible array" hack keeps the spatial locality (that is has the allocated memory in a contiguous block to the rest of the structure), which you lose when you are forced to use dynamic memory.

    youdao

  • EBCOT采用并行运算动态内存控制(DMC)结构保证编码速度的前提下,最大限度减小了片内小波系数缓存量和访问频率。

    The EBCOT design USES parallel processing and dynamic memory control (DMC) architecture, which greatly speeds up the coding process and achieves higher hardware utilization.

    youdao

  • 介绍动态内存管理模型内存泄漏基础上,提出动态内存泄漏的检测方法,包括动态内存跟踪离线日志分析,最后详细论述了泄漏内存的回收技术

    On the basis of concept of memory management model and memory leak, a technology to detect dynamic memory leak was designed and implemented, including dynamic memory trace and off-line analysis.

    youdao

  • 最佳适应算法是动态内存分区分配算法种。所谓“最佳”是指每次作业分配内存时,总是把能满足要求又是最小空闲分区分配给作业避免“大材小用”。

    The so-called "best" means the operation of each memory allocation, always meet requirements, and also the smallest area allocated to idle operations, to avoid "a waste of talent.

    youdao

  • 最佳适应算法是动态内存分区分配算法种。所谓“最佳”是指每次作业分配内存时,总是把能满足要求又是最小空闲分区分配给作业避免“大材小用”。

    The so-called "best" means the operation of each memory allocation, always meet requirements, and also the smallest area allocated to idle operations, to avoid "a waste of talent.

    youdao

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

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

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