by using primitive values on the stack, we can do work without using the current memory area.
通过使用栈上的原始值,我们就可以在不使用当前存储区的前提下完成工作。
互联网摘选
global chunk a global chunk is a memory area which is available to all threads and processes.
一个能够被所有线程和进程访问的内存区域。
互联网摘选
数据库也会为服务器进程分配私有的内存空间,这块空间叫做PGA(程序全局区),那里存放着私有的进程和会话信息。
互联网摘选
in computer systems, the stack is more than the property is a dynamic memory area.
在计算机系统中,栈则是一个具有以上属性的动态内存区域。
互联网摘选
all threads have an initial memory area that's used for the thread's lifetime.
所有线程都有一个初始存储区,将在该线程的生命周期中使用。
互联网摘选
然后,从堆栈一个个地访问命令行参数,并将它们存储在内存区中,直到命令表填满。
互联网摘选
更多的规则定义了作用域内存中的对象何时终结,以及何时可以重用内存区域。
互联网摘选
在修改后的体系结构中,dumb.c绘制函数将源像素内存区复制到目标内存区。
互联网摘选
objects allocated in the immortal memory area are accessible to all threads and are never collected.
分配在不朽内存中的对象可以被所有的线程访问并且从来不会被收集。
互联网摘选
多用户可以共享内存区域和避免重复的对于物理磁盘访问的时间消耗。
互联网摘选
为确保堆和不朽内存区域的完整性,RTSJ定义了使用作用域内存的规则。
互联网摘选
the sga is a shared memory area that contains data and control information for the instance.
SGA是一个共享内存区域,包括了实例的数据和控制信息。
互联网摘选
prior to finalizing the memory area, the finalizing thread may have acquired locks.
在终结内存区域之前,终结线程可能获取了锁。
互联网摘选
a program global area (pga) is a memory area used by a single oracle server process.
PGA是一个被单个oracle服务进程(process)使用的内存区域。
互联网摘选
the bss memory area is anonymous: it does not map any file.
由于BSS段并没有映射任何文件,所以BSS段在内存中是以匿名形式存在的。
互联网摘选