allocator
英 [ˈæləʊkeɪtə]
美 [ˈæləˌkeɪtər]
n. 分配符
复数:allocators
BNC.43696 / COCA.43543
英英释义
noun
- a person with authority to allot or deal out or apportion
双语例句
- The allocator's simplistic fitting algorithm leads to a lot of potential memory fragmentation.
分配程序的过于简单的匹配算法会导致产生很多潜在的内存碎片。 - The allocator can't coalesce free space into larger blocks.
分配程序不能将空闲空间拼合为更大的内存块。 - Hoard: A Scalable Memory Allocator for Multithreaded Applications.
介绍一种多处理器多线程的内存分配器。 - On UNIX systems, you can now use your allocator in place of your system malloc() by doing this
在UNIX系统中,现在您可以用您的分配程序来取代系统的malloc(),做法如下 - Then, the object allocator was modified to use the Objective-C one instead, which means that all objects ( Ruby and Objective-C) are allocated from the same memory pool.
接下来,对象分配器也被修改为使用Objective-C的对象分配器来代替,这意味着所有的对象(Ruby和Objective-C)的分配都来自同一个内存池。 - When the allocator is unable to fulfill an allocation request, it first triggers a minor collection, which only collects the youngest generation.
当分配器不能满足分配请求时,它首先触发一个小的收集(minorcollection),它只收集最年轻的代。 - In that case, two or more pin connections can share one allocator.
在这种情况中,两个或更多针的连接可以共享于一个分配器。 - This article presents a description of some of the main design goals, algorithms, and implementation considerations for this allocator.
本文展现了这个分配器的一些主要设计目标,算法以及实现考虑。 - A final optimization again, contiguous block related is the block allocator for ext4.
这是最后一个与相邻块相关的优化,即针对ext4的块分配器。 - The Linux slab allocator uses these ideas and others to build a memory allocator that is efficient in both space and time.
Linuxslab分配器使用了这种思想和其他一些思想来构建一个在空间和时间上都具有高效性的内存分配器。
