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...
双语例句
- Malloc: This allocates a given number of bytes and returns a pointer to them.
malloc:该函数分配给定的字节数,并返回一个指向它们的指针。 - The global environment owns all the physical resources of the LPAR ( CPUs, RAM, network, and disk I/ O) and allocates CPU and memory resource to each WPAR.
全局环境拥有LPAR的所有物理资源(CPU、RAM、网络和磁盘I/O),并将CPU和内存资源分配给每个WPAR。 - Your operating system allocates various buffers for network resources.
操作系统会为网络资源分配各种缓冲区。 - For joinable threads, the system allocates private storage to store thread termination status.
对于可接合线程,系统分配专用存储器来存储线程终止状态。 - The PikeOS system software layer allocates resources ( in terms of both space and time) to the guests.
PikeOS系统软件层向来宾分配资源(空间和时间)。 - Allocates temporary wchar_t buffer of given size.
分配一个临时的固定大小的wchart缓冲区。 - 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 Global AIX administrator allocates each disk and sets the device control of the disk to rootvg.
全局AIX管理员给rootvg分配每个磁盘并设置磁盘的设备控制。 - There is no malloc() function in Java technology because the JVM automatically allocates memory for objects.
在Java技术中没有malloc()函数,这是因为JVM可自动为对象分配内存。