网页
图片
视频
学术
词典
地图
更多
航班
笔记本
allocator
美 ['æləkeɪtə]
英 ['æləkeɪtə]
n.
分配器;〔计〕分配符;〔技〕分配程序;分配者
网络
配置器;空间配置器;内存分配器
英汉
网络释义
n.
1.
分配器
2.
〔计〕分配符;〔技〕分配程序
3.
分配者
4.
连续编辑程序
1.
分配器
2.
〔计〕分配符;〔技〕分配程序
3.
分配者
4.
连续编辑程序
1.
分配器
HomePage of "Computer Programming I" ... address-of operator 取地址操作符
allocator
分配器
arrow operator 箭头操作符 ...
sist.sysu.edu.cn
|
基于916个网页
2.
配置器
MPL_百度百科 ... 配接器( Adaptor)
配置器
(
Allocator
) 宏( Macro) ...
baike.baidu.com
|
基于328个网页
3.
空间配置器
...容器(containers)的定义式一开头都会出现
空间配置器
(
allocator
)的运用,我可以在最初数次提醒你空间配置器于第2章介 …
product.china-pub.com
|
基于208个网页
4.
内存分配器
内存分配器
(
Allocator
)在用于STL容器上的性能stl hash_map以char*作为键值时遇到的问题 SGI STL空间配置器allocator第一 …
www.dewen.org
|
基于99个网页
5.
分配子
内存分配由
分配子
(
Allocator
)完成.分配子也是类, 内存分配由分配子(Allocator)完成.分配子也是类, 它运用了new delete运算符 这 …
wenku.baidu.com
|
基于96个网页
6.
分配算符
英语新词汇与常用词汇的翻译(A) ... allocatee 分配者
allocator
分配算符
allochromatic 光化作用 ...
www.zftrans.com
|
基于51个网页
7.
分配程序
石油英语词汇(A3)-资料-中国焊接资源网 ... allocation sheet 配料表;分配表
allocator
分配程序
;分配器 allochem 全化学沉积 ...
www.weldr.net
|
基于22个网页
更多释义
收起释义
例句
释义:
全部
全部
,
分配器
分配器
,
〔计〕分配符
〔计〕分配符
,
〔技〕分配程序
〔技〕分配程序
,
分配者
分配者
,
配置器
配置器
,
空间配置器
空间配置器
,
内存分配器
内存分配器
类别:
全部
全部
,
口语
口语
,
书面语
书面语
,
标题
标题
,
技术
技术
来源:
全部
全部
,
字典
字典
,
网络
网络
难度:
全部
全部
,
简单
简单
,
中等
中等
,
难
难
更多例句筛选
收起例句筛选
1.
Memory
above
the
base
of a
module
can be
precious
,
so
the
allocator
should
be
used
to
allocate
memory
only
for
a
function
body
.
高于
模块
基址
的
内存
十分
宝贵
,
因此
分配器
仅
应
用于
为
函数
体
分配
内存
。
technet.microsoft.com
2.
Since
it
operates
on
the
system
break
(
a
global
variable
)
,
it
cannot
coexist
with
any
other
allocator
or
with mmap
.
由于
它
对
系统
中断
点
(
一个
全局
变量
)
进行操作
,
所以
它
不能
与
其他
分配
程序
或者
mmap
一起
使用
。
www.ibm.com
3.
The
storage
allocator
in
Chapter
8
shows
how
a
union
can
be
used
to
force
a
variable
to be
aligned
on
a
particular
kind
of
storage
boundary
.
第8
章
的
存储
分配
程序
将
说明
如何
使用
联合
来
强制
一个
变量
在
特定
类型
的
存储
边界
上
对
齐
。
czk.8866.org
4.
As
they
discuss
,
minimizing
space
by
minimizing
wastage
(
generally
due
to
fragmentation
)
must
be
the
primary
goal
in
any
allocator
.
和
他们
讨论
的
一样
,
通过
最小
化
浪费
(
通常
由
分段
导致
)
而
最小
化
空间
对于
任何
分配器
来说
都必须
是
一个
主要
目标
。
article.yeeyan.org
5.
However
,
over
the
years
,
the
allocator
has
evolved
to
make
trade-offs that the
majority
of
users
find to
be
acceptable
.
尽管如此
,
这些
年
来
,
这个
分配器
已经
进化
到
做
了
一些
大部分
用户
都
可以
接受
的
取舍
。
article.yeeyan.org
6.
The last
three
parameters
are
used
to
specify
the collection
type
of the
relation
,
the
information
member
and
the
allocator
type
.
后
三个
参数
用于
指定
关系
组合
类型
、
信息
成员
和
分配器
类型
。
boost-doc-zh.googlecode.com
7.
As
you
can
see
,
in
this
allocator
,
freeing
memory
is
done
in
constant
time
,
using
a
very
simple
mechanism
.
如
您
所
见
,
在
这个
分配
程序
中
,
内存
的
释放
使用
了
一个
非常
简单
的
机制
,
在
固定
时间内
完成
内存
释放
。
www.ibm.com
8.
malloc_init
is
going
to be our
function
to
initialize
our
memory
allocator
.
malloc_init
将
是
初始
化
内存
分配
程序
的
函数
。
frenchen.blog.163.com
9.
Within
in_pcballoc
,
the
kernel
's
memory
allocator
function
is
called
,
which
allocates
memory
to
the
Internet
control
block
.
在
in_pcballoc
中
,
调用
了
内核
的
内存
分配器
函数
,
该
函数
将
内存
分配
给
Internet
控制
块
。
www.ibm.com
10.
Note
that
the
version
of
my
allocator
they
describe
is
not
the most
current
one however
.
(
注意
,
他们
描述
的
我
的
分配器
的
版本
并不是
最新
的
)
。
article.yeeyan.org
1
2
3
4
5