allocator
形容词:
形容词: allocable
更多词形:
形容词: allocable | 名词: allocation | 动词过去式: allocated | 动词过去分词: allocated | 动词现在分词: allocating | 动词第三人称单数: allocates |
单词例句:
Asking for PAGE_SIZE + 1 bytes of memory is about the worst thing you can do to the heap allocator: the system reserves two pages, of which nearly half will ultimately be wasted.
请求页大小+1字节的内存大概是你能够使用堆分配器的最坏的事情:系统预留两个页面,基本上几乎其中的一半都被浪费了。
This is the default clone allocator used by all pointer containers. For most purposes you will never have to change this default.
这是被所有指针容器使用的缺省克隆分配器。在大多数情况下你无须修改这一缺省值。
Simple Segregated Storage gives faster execution and less memory overhead than a system-supplied allocator, but at the loss of generality.
简单分隔存储比系统提供的分配器执行得更快,内存开销也更少,但是损失了通用性。
Why Would I Want to Write My Own Allocator?
为什么要定制自己的模板?
Please make sure you understand the Cloneable concept and the Clone Allocator concept.
请确认你已经理解了可克隆概念和克隆分配器概念。
On a more practical level, there are two steps when implementing a custom allocator (actually there are three steps, but we will come to that later).
从一个更实际的层面来说,实现一个定制的allocator通常需要分两步走(实际上需要三步,我们回头再讨论第三步)。
Optional, thread safe, Memory Pools Allocator subsystem. * Optional, thread safe, Memory Pools Allocator subsystem.
可选的,线程安全的内存池分配子系统。
Error 14: BIT label alloc memory fail !
宣告BIT时,记忆体不足。
The Clone Allocator concept is introduced to formalize the way pointer containers control memory of the stored objects (and not the pointers to the stored objects).
克隆分配器概念的引入是为了对指针容器控制所存对象的内存(不是指针的内存)的方法进行规范化。