In Listing 5, the.rept (or % rep) directive is used to create a memory data area for 10 double words.
在清单5中,使用.rept(或%rep)指令为10个双字创建内存数据区。
In Domino 6 and later, you can use the command "sh memory dump" on the server console to create a memory dump file.
在Domino6和更高版本中,可以在服务器控制台上使用命令“shmemorydump”来创建内存转储文件。
To create a memory map rendering, you need to select the file on the file system that defines the layout you want to use.
为了创建一个内存映射赋值,您需要在定义您想要使用的布局的文件系统上选择文件。
You can then use several ioctls to create a virtual CPU, check kvm versions, create a memory region, and then start a virtual CPU.
您然后可以使用几个ioctls 来创建一个虚拟CPU,检查kvm版本,创建内存区域,然后启动一个虚拟 CPU。
Now if we want to read from it, the other process needs also to create a memory mapped file, we can use the other static initialize that opens an existing one or creates one if it does not exist.
其它进程如何读取该内存映射文件的内容呢。 一样,我们先创建一个内存映射文件。
If you create a joinable thread but forget to join it, its resources or private memory are always kept in the process space and never reclaimed.
如果您创建一个可接合的线程,但是忘记联接它,其资源或私有内存一直保存在进程空间中,从未进行回收再利用。
In this method, one of the tables, usually the smaller one, is scanned and used to create a hash table in memory.
在该方法中,需要扫描其中的一个表,通常扫描较小的那个表,用它在内存中创建一个哈希表。
If UDB is configured to create a database Shared memory set which is larger than this, the request will fail.
如果将UDB配置为创建一个大于该值的数据库共享内存集,则请求将遭到失败。
Conceptually, two operations create a data buffer under the conventional scheme: the creation of a data buffer entity and the allocation of actual memory.
从概念上讲,数据缓冲区在传统方案下是由两个操作创建的:数据缓冲区实体的创建和实际内存的分配。
If DB2 is configured to create a database Shared memory set which is larger than this, the request will fail.
如果把DB2配置成创建大于这个值的数据库共享内存,那么请求就会失败。
Since these processes already exist, there's no need for the operating system to waste valuable time to create a process, allocate memory to it, and so on.
由于这些进程已经存在,因此操作系统不需要浪费宝贵的时间来创建进程、为之分配内存等等。
In addition to letting you to create application-specific abstractions of your XML content, this approach can create a more memory efficient way of using event objects.
除了可以为XML内容创建特定于应用程序的抽象,此方法还可以以更为节省内存的方式使用事件对象。
In the last two decades, a few cognitive scientists have contemplated ways to create a distributed memory.
在过去二十年里,一些认知科学家已经勾画出了创造分布式记忆的方法。
Memory, Sorrow and Thorn takes place in a world not entirely different from our own, drawing upon history and folklore to create a new story.
《回忆,悲伤和荆棘》发生在一个和我们差不离的世界里,利用历史和风俗创造了一个全新的故事。
Define a method (called assert in this example) to create the fact and post it to the working memory.
定义一个方法(该示例中称为断言)来创建事实,并将事实发布到工作存储器。
You can create a quite sophisticated system that compares results and sends E-mail notifications with precise details upon finding any additional memory errors and leaks.
您可以创建一个十分复杂的系统,它可以比较结果并发送带有准确寻找额外存储错误和泄漏信息的电子邮件。
Data held in memory by HANA is backed by a persistence layer that logs transactions and incorporates savepoints that create images of the database, according to an SAP document.
根据一份SAP文档,HANA放在内存中的数据由一个记录事务并具有能创建数据库映像的保存点的持久化层提供支持,这让它能够从停电或其它的中断中恢复。
We first retrieve the session ID to create a unique name for our named memory. We then try to get access to it.
我们首先检索会话id,以便为我们的已命名内存创建一个惟一名称。
This will create the memory mapped file but to start using it we will need a map view.
这样,我们就创建了一个内存映射文件。
Now, to read and print all the records from the entire Shared memory file, create a loop.
现在,要从全部共享内存文件读取和打印所有记录,创建一个循环。
Note: in Windows, the number of threads a process can create is limited by the available virtual memory.
注意:在Windows中,受可用虚拟内存的限制,一个进程可以创建的线程数目是有限的。
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内存域,当实例化一个对象的时候,会从这个域内分配一块空间给它。
SDL Trados Studio also captures new translations as they are created and can either add these to an existing translation memory or create a new one.
SDLTradoStudio还收集新创建的翻译,可以把新翻译添加到现有翻译记忆中,也可以创建新的翻译记忆。
Once these heaps are created and we create a new instance of a.net object this object is stored in these heap segments and memory is committed.
一旦这些堆被分配,就会创建新的。net对象实例。这个对象将被存储在堆内存断中,此时也将内存提交。
The xrange method is preferred when you need to iterate over a large number of integers because it won't create the full list, which could consume a large quantity of your computer's memory.
当需要迭代大量整数时,xrange方法更适用,因为它不会创建极大的list,那样会消耗大量计算机内存。
Limit: Any request by DB2 to create a database share memory set which is larger then the shmmax value (2gb in this case) will fail with an out of memory type error.
限制:DB2发出的任何创建大于shmmax值(这里是2gb)的数据库共享内存集的请求都将失败,并返回一个outofmemorytype错误。
POSIX provides the mutex function to create critical sections that enforce exclusive access to an object (a piece of memory) by a single thread.
POSIX提供了互斥函数来创建临界区,用于实施单线程对对象(一块内存)的独占访问。
Since we are running within a production server, and are trying to detect memory leaks (not create them), we have to store a very limited amount of data.
由于我们是在生产服务器中运行的,并尝试检测内存泄漏(而不是造成内存泄漏),所以我们只能存储非常有限的数据量。
If you were to store the data in a real cache, then the system could discard parts of the cache to gain memory for other tasks because the client can always re-create the cached data.
如果要在真正的缓存中存储数据,则系统可能丢弃缓存的部分以获得用于其他任务的内存,这是因为通常客户机可以重新创建缓存的数据。
If you were to store the data in a real cache, then the system could discard parts of the cache to gain memory for other tasks because the client can always re-create the cached data.
如果要在真正的缓存中存储数据,则系统可能丢弃缓存的部分以获得用于其他任务的内存,这是因为通常客户机可以重新创建缓存的数据。
应用推荐