您要查找的是不是:
- Incoming packets are saved to a temporary memory area or buffer in memory. 传入分组保存到临时内存区或内存缓冲区中。
- temporary memory area 暂存区
- Improved German translations in memory area. 改善德国区的记忆体设置的描述。
- Some applications may need more than the default amount of temporary memory. 有些应用程序可能需要更多的临时内存。
- Improved support for long names of items memory area. 改善记忆体页面显示长文件名的支持。
- It's a good idea not to change the temporary memory size unless you are confident you need to. 除非您确定需要更改临时内存的大小,否则不要轻易更改它。
- Drag the memory allocation slider to the right to increase the size of temporary memory, or drag it to the left to decrease it. 将内存分配滑块向右拖移以增加临时内存的大小,向左拖移以减小临时内存的大小。
- Some Mac OS 9 applications work best if the temporary memory size is reduced to free up more memory for the application. 在减少临时内存大小以便让应用程序有更多可用内存时,有些Mac OS 9应用程序能更好地工作。
- Only the constructor may have to cope with a partially initialized memory area. 只有构造器可能不得不去处理部分的内存区初始化工作。
- On the other hand, increasing the size of temporary memory decreases the amount of memory that's available for applications. 另一方面,增加临时内存的大小会减少用于应用程序的内存大小。
- For many years,rechargeable batteries are the only solution for temporary memory back of data of timing clock in various electronic devices. 许多年以来,可充电池都是作为数据暂存后备电源或者在许多的电子时钟设计的唯一解决办法。
- Global chunk A global chunk is a memory area which is available to all threads and processes. 一个能够被所有线程和进程访问的内存区域。
- The application overflowed its temporary memory area.|The application overflowed its stack. This is typically caused by unrestricted recursion or an exception inside an exception handler. 应用程序造成暂时内存区满溢。|应用程序造成堆栈满溢。一般是无限循环或例外副程序的意外所造成的。
- Draw function copies the source pixel memory area into the destination memory area. 绘制函数将源像素内存区复制到目标内存区。
- If you know that your application needs more than the default amount of temporary memory, or more application memory, you can change the temporary memory size in Classic preferences. 如果您知道您的应用程序需要更多的临时内存,或者需要更多的应用程序内存,就可以在Classic预置中更改临时内存的大小。
- Allocates a memory area that is primarily for use by video hardware on the mobile device. 分配主要供移动设备上的视频硬件使用的内存区域。
- One purpose of the shared memory area is to act as a buffer, minimizing the necessity for further reads from disk. 共享内存区域的一个作用是充当缓冲区,以减少对磁盘的读操作。
- A control line on the Intel 80386 microprocessor that allows MS-DOS and an extended memory manager to create the High Memory Area, or HMA. 80386微处理器上的一根控制线,使MS-DOS和扩展内存管理器能够创建高端内存区(HMA)。
- Picture definition is stored in a memory area called the refresh buffer or frame buffer. 图形定义保存在称为刷新缓冲器或帧缓冲器的存储器中。
- To do this, verify_read had to look up the virtual memory area (vma) that contained the address addr. linux系统把所有进程数据结构都放于内核,这就增加了一些不必要的切换时间。