FCM buffers are allocated from this memory area.
而FCM缓冲区也是从该内存区域分配的。
DB2 needs a contiguous address space for the Shared memory area.
DB 2需要一个连续的地址空间来作为共享内存区域。
When DB2 pulls data from disks, it places the data in a DB2 Shared memory area.
当dB2从磁盘取数据时,它将数据放在一个DB2共享内存区域中。
Prior to finalizing the memory area, the finalizing thread may have acquired locks.
在终结内存区域之前,终结线程可能获取了锁。
By using primitive values on the stack, we can do work without using the current memory area.
通过使用栈上的原始值,我们就可以在不使用当前存储区的前提下完成工作。
The SGA is a Shared memory area that contains data and control information for the instance.
SGA是一个共享内存区域,包括了实例的数据和控制信息。
The grid technology is playing the huge role in the high performance memory area of technology.
网格技术在高性能的存储技术领域发挥着巨大的作用。
Storage test: Study how the memory was stored either in the resident memory area or on the disk.
存储测试:研究物理内存和虚拟内存的存储情况。
Internally, it starts a short-lived RealtimeThread in the supplied memory area to execute the Runnable.
在内部,它在所提供的存储区内启动一个短期的RealtimeThread,从而执行Runnable。
A private memory area within the SPU called the local store (the size of this area on the PS3 is 256k).
SPU中的一个私有内存区域,称为本地存储(PS 3上这个区域的大小是256k)。
Objects allocated in the immortal memory area are accessible to all threads and are never collected.
分配在不朽内存中的对象可以被所有的线程访问并且从来不会被收集。
More rules define when the objects in a scope memory are finalized and when the memory area can be reused.
更多的规则定义了作用域内存中的对象何时终结,以及何时可以重用内存区域。
Memory allocated to a memory area Each memory area created by an application is allocated with a requested size.
分配给内存区域的内存应用程序创建的每个内存区域会被分配所申请的内存大小。
To ensure the integrity of the heap and the immortal memory area, the RTSJ defines rules for using scoped memory.
为确保堆和不朽内存区域的完整性,RTSJ定义了使用作用域内存的规则。
One purpose of the shared memory area is to act as a buffer, minimizing the necessity for further reads from disk.
共享内存区域的一个作用是充当缓冲区,以减少对磁盘的读操作。
It will also allocate a private memory area called PGA, where it stores what is private to the process and to the session.
数据库也会为服务器进程分配私有的内存空间,这块空间叫做PGA(程序全局区),那里存放着私有的进程和会话信息。
The size of the private sort memory area is unrestricted. The SHEAPTHRES parameter is applied differently for private and shared sorts
私有排序内存区的大小是不受限制的。
The paper introduces five memory areas in C/C++ memory image, and free memory area is compared with stack and outer variable area.
本文介绍了C/C++内存映象中的五个区域,将自由存储区与栈和全局变量空间进行对比,并结合具体实例,详细阐述了自由存储区的优势和访问方法。
In the existing architecture we modified, the dumb.c draw function copies the source pixel memory area into the destination memory area.
在修改后的体系结构中,dumb . c绘制函数将源像素内存区复制到目标内存区。
All UNIX-like systems support user processes; each process has its own separate memory area, normally untouchable by other processes.
所有类- Unix系统都支持用户进程;每个进程都有自己的内存空间(其他进程通常无法访问)。
A developer will create a scoped memory area of a specific size and when objects are instantiated the space for them will be allocated from this area.
开发者会创建一个指定大小的Scoped内存域,当实例化一个对象的时候,会从这个域内分配一块空间给它。
The virtual memory area (VMA) pointer needs to be added in as the first parameter followed by the usual four parameters (start, end, size, and protection flags).
虚拟内存区域(VMA)指针要作为第一个参数,然后是四个常用的参数(start,end,size和protection标记)。
The current memory area is consumed only by object allocations, so one approach to memory management is to use only a fixed number of objects or avoid them altogether.
当前存储区仅被对象分配消耗,因此内存管理的一种途径就是仅使用固定数量的对象,或者完全避免使用对象。
An IllegalAssignmentError can be introduced when it isn't known which memory area an object is allocated from, or where on the scope stack a particular scope is located.
当不知道从哪个内存区域分配对象或者特定范围位于范围堆栈上的何处时,可能发生IllegalAssignmentError。
Pathfinder contained an "information bus", which you can think of as a Shared memory area used for passing information between different components of the spacecraft.
探路者号上有一个“数据总线”,可以理解为一块共享内存,用于不同组件之间传递信息。
However, for systems in which a large number of processes are running, storing page tables in high memory can be enabled to squeeze more memory out of the low memory area.
不过,对于那些在大量进程在运行的系统来说,将页表存储到高端内存中可以在低端内存区域挤出更多的内存。
You can implement the proposed model using standard RTSJ scopes and the immortal memory area. Scopes are used to support objects with the defined lifetimes, as indicated in Table 3
您可以使用标准的RTSJ 作用域和不朽内存区域实现前面提出的模型。
The described conversion is straight-forward and can be done in-place, i.e. the memory area holding the WKT string is modified directly to transform it to a valid SVG element string.
上述转换非常简单,可以一次完成,即,直接修改存放wkt字符串的存储区,将其转换为一个有效的SVG元素字符串。
To ensure the integrity of references between objects, the RTSJ defines rules that govern how objects in one memory area (heap, immortal, or scope) can refer to objects in other memory areas.
为了确保对象之间引用的完整性,RTSJ定义了管理一个内存区域(堆、不朽内存、作用域内存)中的对象如何引用其他内存区域对象的规则。
To ensure the integrity of references between objects, the RTSJ defines rules that govern how objects in one memory area (heap, immortal, or scope) can refer to objects in other memory areas.
为了确保对象之间引用的完整性,RTSJ定义了管理一个内存区域(堆、不朽内存、作用域内存)中的对象如何引用其他内存区域对象的规则。
应用推荐