allocates
英 [ˈæləkeɪts]
美 [ˈæləkeɪts]
v. 拨…(给); 划…(归); 分配…(给)
allocate的第三人称单数
柯林斯词典
- VERB 分配;分派;划拨
If one item or share of somethingis allocated toa particular person orfora particular purpose, it is given to that person or used for that purpose.- Tickets are limited and will be allocated to those who apply first...
票数有限,先申请者先得。 - The 1985 federal budget allocated $7.3 billion for development programmes...
1985年的联邦预算将73亿美元拨给了开发项目。 - Our plan is to allocate one member of staff to handle appointments.
我们的计划是分派一位职员处理预约事宜。
- Tickets are limited and will be allocated to those who apply first...
双语例句
- The operating system's file system manager allocates and manages the space.
操作系统文件系统管理器负责分配和管理这个空间。 - The debit portion of the entry allocates this expired cost to expense.
分录的借记方将已使用了的成本部分分配到费用账户。 - Your operating system allocates various buffers for network resources.
操作系统会为网络资源分配各种缓冲区。 - The second type allocates space out of the original file system, this is known as an internal snapshot.
第二种类型从原始文件系统分配出空间,这种快照称为内部快照。 - At initialization time, a device driver allocates a net_device structure and then initializes it with its necessary routines.
在进行初始化时,设备驱动程序会分配一个netdevice结构,然后使用必须的程序对其进行初始化。 - The XHR objects are kept in an array that allocates one element for each form.
这些XHR对象保存在一个数组内,数组为每个表单分配一个数组元素。 - The memory manager allocates memory to threads in chunks to minimize contention on the heap lock.
内存管理器以块的形式将内存分配给线程,以最小化堆锁定争用。 - The page allocator, which is the manager of all the pages, allocates and frees physical pages.
物理内存被划分成大小相同的页帧,页面分配器管理所有的页帧,负责分配和释放物理页面。 - When a program allocates expanded memory page, the EMM returns a handle to the requesting program.
当一个程序装入了扩展存储器页中时,EMM就将一个标志回复给这个请求程序。 - There is no malloc() function in Java technology because the JVM automatically allocates memory for objects.
在Java技术中没有malloc()函数,这是因为JVM可自动为对象分配内存。