A Memory Allocator的意思|示意
内存分配器
A Memory Allocator的网络常见释义
给出了一个关于设计和实现分配程序的概述 ... Doug Lea 撰写的 A Memory Allocator 给出了一个关于设计和实现分配程序的概述,其中包括设计选择与折衷。 Emery D. Berger 撰写的 ...
A Memory Allocator相关例句
A different memory allocator is also being used.
还使用了不同的内存分配器。
The Linux slab allocator uses these ideas and others to build a memory allocator that is efficient in both space and time.
Linux slab 分配器使用了这种思想和其他一些思想来构建一个在空间和时间上都具有高效性的内存分配器。
As you can see, in this allocator, freeing memory is done in constant time, using a very simple mechanism.
如您所见,在这个分配程序中,内存的释放使用了一个非常简单的机制,在固定时间内完成内存释放。
A good memory allocator needs to balance a number of goals.
一个好内存分配器需要均衡多个目标。
It does not seem possible for a general-purpose allocator to also serve as general-purpose memory error testing tool such as Purify.
把一个一般用途分配器也当作一般用途内存错误检测工具(像是Purify)使用看上去是不可能的。
The memory allocator must give you a 16-byte aligned block of space, because, in general, memory allocation must provide suitable alignment so that the memory can be used for any purpose.
内存分配器必须给你一个16字节对齐块的空间,因为,在一般情况下,内存分配必须提供适当的对齐,内存可用于任何目的。