52古典>英语词典>allocator翻译和用法

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
      Synonym:distributor

    双语例句

    • Doug Lea's allocator has a basic structure much like our version, but it incorporates indexes to make searching faster and has the ability to combine multiple unused chunks into one large chunk.
      DougLea的分配程序有着与我们的版本非常类似的基本结构,但是它加入了索引,这使得搜索速度更快,并且可以将多个没有被使用的块组合为一个大的块。
    • Every asset allocator I have contact with is chasing the best return they can get, he said.
      我接触过的每个资产配置者都在追求他们所能获得的最大收益,他表示。
    • Malloc_init is going to be our function to initialize our memory allocator.
      mallocinit将是初始化内存分配程序的函数。
    • The Linux slab allocator uses these ideas and others to build a memory allocator that is efficient in both space and time.
      Linuxslab分配器使用了这种思想和其他一些思想来构建一个在空间和时间上都具有高效性的内存分配器。
    • Ext4 fixes this with a block allocator that allocates multiple blocks at a time, likely contiguous on disk.
      ext4使用块分配器修复了这个问题,它能够在磁盘上一次分配多个块。
    • Not only does our memory manager have shortcomings, there are many shortcomings of malloc()-based memory management that remain no matter which allocator you use.
      不只是我们的内存管理器有缺点,基于malloc()的内存管理器仍然也有很多缺点,不管您使用的是哪个分配程序。
    • 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(),做法如下
    • In ext3, the block allocator worked by allocating a single block at a time.
      在ext3中,块分配器的工作方式是每次分配一个块。
    • A final optimization again, contiguous block related is the block allocator for ext4.
      这是最后一个与相邻块相关的优化,即针对ext4的块分配器。