Easy language release its own process memory usage, as well as the release of other process memory space used.
说明:易语言释放自身进程的内存使用,以及释放其他进程的内存使用空间。
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.
如果您创建一个可接合的线程,但是忘记联接它,其资源或私有内存一直保存在进程空间中,从未进行回收再利用。
This way, each process gets its own address space to play in and can access more memory than you have physically installed.
这样,每个进程都获得了自己可以使用的地址空间,可以访问比您物理上安装的内存更多的内存。
Memory Windows allow each process to define a unique global space of up to 1gb of Shared memory.
内存窗允许每个进程从共享内存中定义最多1GB的惟一的全局空间。
If the paging space gets exhausted, the process requesting more memory is killed.
如果分页空间被耗尽,请求更多内存的进程会被杀死。
Perhaps the most malicious form of injection attack is code injection—placing new code into the memory space of the running process and then directing the running process to execute it.
最恶劣的注入攻击形式也许是代码注入——将新代码置入正在运行的进程的内存空间,随后指示正在运行的进程执行这些代码。
If the garbage collector does not have enough space for its collections you will get a fatal out of memory exception and the process will die.
若没有留给垃圾回收器足够的空间用于垃圾整理,就会产生一个致命的内存异常,进程也将终结。
As demonstrated in Listing 1 and 2, joinable threads are produced, but they are never joined, so each terminated joinable thread still occupies the process space, leaking the process memory.
如清单1和清单2所示,虽然生成了可接合线程,但是却未将其联接,因此每个终止的可接合线程仍然占用进程空间,泄漏进程内存。
Each DB2 agent process has its own memory address space.
每个DB 2代理进程都有其自己的内存地址空间。
This example program creates a cloned thread sharing memory space with the parent process.
这个程序例子创建了一个与其父进程共享存储器空间的克隆线程。
Note that as shown here, a process may have a large address space, but it is sparse, meaning that small regions (pages) of the address space refer to physical memory through the page tables.
注意这里的显示,进程可能有一个大的地址空间,但是很少见,就是说小的地址空间的区域(页面)通过页表指向物理内存。
Memory space breach — Accomplished via stack overflow, buffer overrun, or heap error, enables execution of arbitrary code supplied by the attacker with the permissions of the host process.
内存空间缺口——通过栈溢出、缓冲区溢出或堆错误来实现,以宿主进程的权限执行攻击者提供的任何代码。
Internally, a debugger has direct access to the same memory space as the running process, while an external debugger will access the memory via a socket.
内部调试器对运行进程所在的内存空间具有直接访问权,而外部调试器将通过套接字访问内存。
If you have enough physical memory and address space, you can allow the leak to continue on the basis that you will restart your application before the process address space is exhausted.
如果您有足够的物理内存和地址空间,您可以允许泄漏继续,但必须在进程地址空间耗尽之前重新启动应用程序。
This can be quite different from the size of the total address space if the process reserves memory but doesn't commit it.
如果进程保留内存而没有提交,那么该值就与总地址空间的大小有很大的差别。
It has an integrated memory management unit that is normally used to provide access to the address space of one process by using the same page table lookup as the PPE.
它具有一个集成的内存管理单元,通常使用与PPE类似的页表查询机制来提供对某个进程地址空间的访问。
Figure 6 shows the 32-bit memory address space for a DB2 agent process.
图6展示了用于一个DB 2代理进程的32位内存地址空间。
For a process to use a Shared memory object, the process has to map the object in its address space.
使用共享内存对象的进程必须在自己的地址空间中映射对象。
If the allocation of parts of either memory or disk space have been exhausted before a calculation process is complete, your user will get an error message that memory or disk space has run out.
如果在计算处理完成之前,内存或磁盘空间的块分配已经耗尽,用户就会看到内存或磁盘空间用完的错误消息。
As the agent or subagent requires more heap space to process larger SQL statements, the database manager will allocate memory as needed, up to the maximum specified by this parameter.
当代理程序或子代理程序需要更多的堆空间以处理较大的sql语句时,数据库管理器将按照需要分配内存,所分配的内存大小最大可达到该参数所指定的最大值。
When running on a system with more process address space than physical memory, a memory leak or excessive use of native memory will force the OS to swap out some of the virtual address space.
在进程地址空间大于物理内存的系统中,内存泄漏或本机内存过度使用会迫使操作系统提供一些虚拟地址空间。
For any DB2 process, all the four memory sets must fit into this address space.
对于任何DB 2进程,这个地址空间必须能够容纳上述所有4种内存集。
The size of virtual memory for a process is 4gb with one quarter of the process space reserved for the Linux kernel.
一个进程的虚拟内存的大小是4GB,其中四分之一的进程空间是为Linux内核预留的。
Figure 5 - The DB2 agent process memory address space.
图5-DB 2代理进程内存地址空间。
Annexation is called mapping, where the Shared segment of memory is assigned local addresses in each process 'own address space. Figure 1, Figure 2, Figure 3, and Figure 4 depict the process.
这个连接过程称为映射,它给共享内存段分配每个进程的地址空间中的本地地址。
The result is that the aio system takes up less memory and process space.
其结果是aio系统占用的内存和进程空间更少。
In terms of time and space, Shared memory is probably the most efficient inter-process communication channel provided by all modern operating systems.
就时间和空间而言,共享内存可能是所有现代操作系统都具备的最高效的进程间通信通道。
Windows doesn't usually let you access all of the memory in this address space; your process gets just under half for its own private use, and Windows USES the rest.
Windows通常不会允许您访问地址空间中的所有这些内存,进程自己使用的只有不到一半,其他供Windows使用。
Each operating-system process is allocated its own virtual address space — a set of virtual-memory pages that it can read from and write to. Each page can be in one of three states.
每个操作系统进程占用自己的虚拟地址空间,即一组可以读写的虚拟内存页。
Each operating-system process is allocated its own virtual address space — a set of virtual-memory pages that it can read from and write to. Each page can be in one of three states.
每个操作系统进程占用自己的虚拟地址空间,即一组可以读写的虚拟内存页。
应用推荐