字典二二>英语词典>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

    双语例句

    • A final optimization again, contiguous block related is the block allocator for ext4.
      这是最后一个与相邻块相关的优化,即针对ext4的块分配器。
    • Within in_pcballoc, the kernel's memory allocator function is called, which allocates memory to the Internet control block.
      在inpcballoc中,调用了内核的内存分配器函数,该函数将内存分配给Internet控制块。
    • On UNIX systems, you can now use your allocator in place of your system malloc() by doing this
      在UNIX系统中,现在您可以用您的分配程序来取代系统的malloc(),做法如下
    • The allocator can't coalesce free space into larger blocks.
      分配程序不能将空闲空间拼合为更大的内存块。
    • The Linux slab allocator uses these ideas and others to build a memory allocator that is efficient in both space and time.
      Linuxslab分配器使用了这种思想和其他一些思想来构建一个在空间和时间上都具有高效性的内存分配器。
    • In C++, you can implement your own allocator on a per-class or per-template basis by overloading operator new().
      在C++中,通过重载operatornew(),您可以以每个类或者每个模板为单位实现自己的分配程序。
    • This memory I can take from my own allocator as in many projects.
      该内存我可以从我的许多项目在自己的分配器。
    • When the allocator is unable to fulfill an allocation request, it first triggers a minor collection, which only collects the youngest generation.
      当分配器不能满足分配请求时,它首先触发一个小的收集(minorcollection),它只收集最年轻的代。
    • In our simple allocator, it was very slow in allocation but very, very fast in deallocation.
      在我们的简单的分配程序中,分配非常慢,而回收非常快。
    • In ext3, the block allocator worked by allocating a single block at a time.
      在ext3中,块分配器的工作方式是每次分配一个块。