• 内存绝不会应用程序显式释放而是被垃圾收集器定期回收

    Memory is never explicitly freed by the application but is instead reclaimed periodically by the garbage collector.

    youdao

  • 内存清理工具有效的通过利用虚拟内存释放内存所以使用应用程序的时候注意不要使用这个功能。

    The memory cleaner would essentially free up memory by dumping to the virtual memory, so make sure you don’t use it when you are working in an application.

    youdao

  • postfree_checking postfree_checking 使得MALLOCDEBUG报告对已释放内存进行访问尝试然后中止程序

    postfree_checking postfree_checking causes MALLOCDEBUG to report attempts to access freed memory, and then abort the program.

    youdao

  • Purify还可以报告内存泄漏——比如程序丢失内存跟踪之前不能释放或者更多内存板块时

    Purify also reports memory leaksi.e., when a program fails to release one or more blocks of memory before losing track of the memory.

    youdao

  • 可能会忘了跟踪所有指针指向这些内存位置),并且某些内存没有释放还保持分配程序

    You might forget to keep track of all the pointers (pointing to these memory locations), and some of the memory segments are not freed and stay allocated to the program.

    youdao

  • 许多程序都非常消耗内存它们占用大量RAM而且其他程序需要时候不会释放内存空间。

    Many programs are memory consumption - they occupy a large amount of ram, and when other procedures, when necessary, and will not release memory space.

    youdao

  • 避免处理器释放内存最好方法标记记录将要释放对象程序不间断地检查是否等待释放内存

    The best way to avoid freeing memory in a handler is to flag or record the objects to be freed and have the program check from time to time whether anything is waiting to be freed.

    youdao

  • 页面惟一时,它们可以合并从而释放内存其他应用程序使用

    And when pages are unique, they can be consolidated, which frees memory for use in other applications.

    youdao

  • 方法释放先前创建内存使得分配程序例程返回所有指针失效。

    It frees every memory block you created earlier and invalidates all the Pointers returned from the allocator routines.

    youdao

  • 空闲物理内存较少时,可以将最近没有使用过程序RAM转移到分页空间帮助释放物理内存,从而完成更多实际工作

    When free physical memory starts getting low, programs that have not used recently are moved from ram to paging space to help release physical memory for more real work.

    youdao

  • 即使影响提前释放内存范围代码本地化内存使用仍然可能取决于应用程序甚至(极端情况下)不同进程中的其他执行位置。

    Even if the code affecting the prematurely-freed memory range is localized, use of the memory might depend on execution elsewhere in the application or, in extreme cases, even in a different process.

    youdao

  • 人们期望程序完成任何操作释放分配内存允许系统其他程序使用内存

    The program is expected to release allocated memory when it has completed any operations, and let the system and other programs use that memory.

    youdao

  • 这个分配程序中,内存释放使用一个非常简单机制,在固定时间内完成内存释放

    As you can see, in this allocator, freeing memory is done in constant time, using a very simple mechanism.

    youdao

  • 内核映像加载内存中,并且阶段2引导加载程序释放控制权之后,内核阶段就开始了

    With the kernel image in memory and control given from the stage 2 boot loader, the kernel stage begins.

    youdao

  • 如果程序没有内存释放系统称为内存泄露

    When a program does not release the memory back to the system, it is called a leak.

    youdao

  • 一方面,文件套接字句柄这类非内存资源必须程序显式地释放,比如使用close()、destroy()、shutdown()release() 这样的方法来释放

    On the other hand, nonmemory resources like file handles and socket handles must be explicitly released by the program, using methods with names like close(), destroy(), shutdown(), or release().

    youdao

  • 举个奇怪例子一些早期版本Unix分配器允许程序realloc已经释放内存

    For the oddest example, some early versions of Unix allocators allowed programmers to realloc memory that had already been freed.

    youdao

  • 如果这个程序没有初始化内存读取或者读取或者改写已经释放或者仍然存在于分配区域之外内存看到一个Purify错误报告

    If the program reads from memory that hasn't been initialized, or reads or writes memory that has been freed or lies beyond the ends of allocated blocks, you will see a Purify error report.

    youdao

  • report_allocations report_allocations将报告应用程序退出所有释放内存分配

    Report_allocations report_allocations reports all memory allocations that were not freed at application exit.

    youdao

  • 这个方法foo调用程序strdup分配内存使用这个内存然后释放

    The method foo calls method strdup , which allocates memory, USES that memory, and then frees it.

    youdao

  • 释放WebSphere 程序-变更管理员服务器使用大量本地内存这正是CM 服务器 7.1.0.0 以及7.1.0.1 版本中经常观察到的问题

    This solved the excessive native memory use in the WebSphere Application-Change Manager Server, which was a problem observed with CM Server 7.1.0.0 and 7.1.0.1 releases.

    youdao

  • 如果应用程序一个线程分配内存其他线程释放内存,那么poolallocation实际上无效的。

    Pool allocation does not work effectively if one thread of the application allocates memory and other thread frees the memory.

    youdao

  • 关闭所有重要应用程序释放正在使用内存

    Free up the memory in use by closing any nonessential applications.

    youdao

  • 程序没有释放不再需要内存发生内存不足的问题

    Low memory problems can also occur when a program does not free up memory that it no longer needs.

    youdao

  • 推出不常使用的应用程序释放内存或者在你电脑上安装更多内存

    Quit unused applications to free up memory, or install more memory in the computer.

    youdao

  • 本文介绍了在使用内存情况下,如何系统内存合理搭配,如何释放更多内存空间程序运行速度变快

    The use of small memory, the memory system and how to make a reasonable match, how to release more memory space and let the program run faster.

    youdao

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

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

    youdao

  • 实例表明程序作为一个模型数据提取模型数据处理平台解决海量图形数据存取时容易发生速度慢、内存释放困难问题

    A case study shows that as a platform of model data reading and model data management, this program solves the problems of lowly speed reading and different to release of EMS memory .

    youdao

  • 实例表明程序作为一个模型数据提取模型数据处理平台解决海量图形数据存取时容易发生速度慢、内存释放困难问题

    A case study shows that as a platform of model data reading and model data management, this program solves the problems of lowly speed reading and different to release of EMS memory .

    youdao

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

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

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