allocator
过去分词:
动词过去分词: allocated
更多词形:
形容词: allocable | 名词: allocation | 动词过去式: allocated | 动词过去分词: allocated | 动词现在分词: allocating | 动词第三人称单数: allocates |
单词例句:
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章的存储分配程序将说明如何使用联合来强制一个变量在特定类型的存储边界上对齐。
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 allows users to apply custom allocators/deallocators for the cloned objects.
克隆分配器允许用户对被克隆对象指定定制的分配器/释放器。
Error 11: MACRO alloc memory fail !
宣告MACRO时,记忆体不足。
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字节的内存大概是你能够使用堆分配器的最坏的事情:系统预留两个页面,基本上几乎其中的一半都被浪费了。
The small block allocator causes the creation of pre-allocated arrays of a fixed size.
较小的块分配器会导致创建固定大小的预先分配阵列。
Optional, thread safe, Heap Allocator subsystem. * Optional, thread safe, Heap Allocator subsystem.
可选的,线程安全的堆分配子系统。
The problem faced by all garbage collection algorithms is the same - identify blocks of memory that have been dispensed by the allocator, but are unreachable by the user program.
所有垃圾收集算法所面临的问题是相同的找出由分配器分配的,但是用户程序不可到达的内存块。