process address space中文,process address space的意思,process address space翻译及用法
2025-10-09 14:12浏览次数 6
process address space
英[ˈprəuses əˈdres speis]美[ˈprɑsˌɛs əˈdrɛs spes]
进程地址空间
process address space 例句
英汉例句
this will only affect the db2 process address space and not the system as a whole. the following entry in the db2 diagnostic log describes this event on my system
这只会影响db2进程地址空间,而不会影响整个系统。
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.
large native applications can occupy a significant chunk of the process address space simply by being loaded.
较大的本机应用程序在加载时就会占用大量的进程地址空间。
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.
在进程地址空间大于物理内存的系统中,内存泄漏或本机内存过度使用会迫使操作系统提供一些虚拟地址空间。
user data within the process address space must be accessed using kernel services.
对于进程地址空间中的用户数据,必须使用内核服务进行访问。
the topmost segment in the process address space is the stack, which stores local variables and function parameters in most programming languages.