memory management
内存管理
2026-03-21 19:48 浏览次数 22
内存管理
flash memory device management闪存设备管理
Memory Area Management域管理
Noncontiguous Memory Area Management不连续记忆体区域管理
memory optimizing management内存优化管理
Memory Buffer Management管理
freemem内存管理;释放内存
virtual memory object management虚存对象管理
main memory system management主存储器系统管理
memory y management unit存储栖理部件
but allocation is only half of memory management -- deallocation is the other half.
但是分配仅仅是内存管理的一半,回收是另一半。
tools that show the location of memory leaks, overruns, and the like can solve memory management problems, and i find memwatch and yamd helpful.
能显示内存泄漏、溢出等等的位置的工具可以解决内存管理问题,我发现memwatch和yamd 很有帮助。
this freedom, however, can lead to significant memory management problems, and these problems can cause programs to crash or degrade over time.
然而,这种自由可能会导致严重的内存管理问题,而这些问题可能导致程序崩溃或随时间的推移导致性能降级。
though the series focuses on tuning in subsequent parts, you might want to start to familiarize yourself with the memory management facility of network subsystems.
尽管在本系列后续的部分中重点关注于优化工作,但是您可能希望首先熟悉一下网络子系统的内存管理机制。
the current memory area is consumed only by object allocations, so one approach to memory management is to use only a fixed number of objects or avoid them altogether.
当前存储区仅被对象分配消耗,因此内存管理的一种途径就是仅使用固定数量的对象,或者完全避免使用对象。
if program structure changes, the pools may have to be modified, which may lead to a redesign of the memory management system.
如果程序的结构发生变化,则不得不修改内存池,这可能会导致内存管理系统的重新设计。
for memory management rtsj uses the concept of a memory area.
对于内存管理,rtsj用到了一个「内存域」的概念。
using garbage collection to simplify memory management for lists.
使用垃圾收集器来简化列表的内存管理。
for example, the complexities of memory management and threading are not at the forefront of your mind when you are scripting in php.
例如,像内存管理和线程这种复杂的东西,在你编写php脚本的时候绝不会成为注意力的中心。
in that process, often the features of memory management or process scheduling are assumed.
在此过程中,通常也假定存在内存管理或进程调度特性。
as long as there is a reference to such dynamically allocated objects somewhere in the code, they will stay in memory and will not be cleaned by the automatic memory management (garbage collector).
只要代码中存在这种动态分配对象的指针,他们将存在于内存中并不会被自动化的内存管理(垃圾回收技术)所清除。
in many scripting languages, you don「t have to worry about how memory is managed, but that doesn」t make memory management any less important.
在很多脚本语言中,您不必担心内存是如何管理的,这并不能使得内存管理的重要性有一点点降低。
in that case, memory management becomes much more difficult.
在这种情况下,内存管理会变得更困难。
memory management is usually handled by requests from the coder to allocate and release blocks of memory.
内存管理通常是由来自编码人员的请求处理的,以分配和释放内存块。
there are several memory management activities that will regularly occur during the execution of any application.
在任何应用程序执行的过程中,都会定期地发生很多种内存管理活动。
transactions are not much different than memory and we see the general trend in languages to removing the responsibility of memory management from developers due to life cycle issues.
事务管理和内存管理比起来没有多大的不同,而且我们看到由于生命周期问题,语言的总体趋势是不再让开发人员负责内存管理。
the other side of those improvements, however, is that memory management features in 2.4 can be quite different depending on which distribution is used.
不过,那些改进的另一方面是,在2.4 中的内存管理部件由于使用的发行版本不同而很不相同。
generally speaking, different memory management mechanisms have their advantages and disadvantages, so you may not wish to assume a particular mechanism in advance.
一般来讲,不同的内存管理机制具有各自的优点和缺点,因此您可能不希望预先假定某种特定的机制。
above the kernel, running in user mode, are the device drivers, each one running as a separate process tightly restricted by the memory management hardware to accessing only its own memory.
设备驱动处于内核之上,运行在用户态。每个驱动都作为单独的进程运行,受到内存管理硬件的严格约束,只能访问自己拥有的内存。
the use of any overcommitment mechanism fundamentally affects the operation of the host and guest memory management systems.
使用任何超量使用机制都会从根本上影响主机和客户内存管理系统的运行。
memory pools help automate memory management for programs that go through specific stages, each of which has memory that is allocated for only specific stages of processing.
内存池帮助某些程序进行自动内存管理,这些程序会经历一些特定的阶段,而且每个阶段中都有分配给进程的特定阶段的内存。
memory management is one of the most fundamental areas of computer programming.
内存管理是计算机编程最为基本的领域之一。