• This will save the old stack pointer and allocate stack memory atomically.

    这会保存原来堆栈指针自动分配堆栈内存

    youdao

  • Also, the constant reuse of stack regions tends to keep active stack memory in the CPU caches, speeding up access.

    另外反复使用能够使栈驻留cpu缓存(cpu caches)中,从而加快数据存取

    youdao

  • In Greg's tests, using Continuations cuts thread consumption, and concomitantly stack memory consumption, by a factor of more than 10.

    Greg测试中使用Continuations能够减少线程消耗同时减少了超过10内存消耗。

    youdao

  • Therefore, subsequent, uninitialized stack variables that happen to use the same stack area can return values left over from the prior use of this stack memory.

    因此恰好随后使用相同堆栈区域的未初始化堆栈变量就可能返回上次使用该堆栈内存留下

    youdao

  • This total has to include the text, data, and stack segments, plus all Shared memory regions.

    这个总数必须包括文本数据再加上所有共享内存区域

    youdao

  • It is important that the database Shared memory and stack do not collide.

    使数据库共享内存堆栈发生冲突这一点重要

    youdao

  • Each server thread then required a stack, which takes up 256k of memory.

    每个服务器线程需要一个需要占用256k内存。

    youdao

  • Memory space breachAccomplished via stack overflow, buffer overrun, or heap error, enables execution of arbitrary code supplied by the attacker with the permissions of the host process.

    内存空间缺口——通过溢出缓冲区溢出错误来实现,以宿主进程权限执行攻击提供任何代码

    youdao

  • Its successor was the 4040 processor (released in 1974), which had an expanded instruction set, program memory, register set, and stack.

    后面4040处理器(1974发布),具有扩展指令程序内存寄存器堆栈

    youdao

  • It is important to set this limit so the stack and Shared memory address space do not collide with each other.

    设置这个限制使堆栈共享内存地址空间不会相互冲突,一点重要。

    youdao

  • Computational pages are pages used for the text, data, stack, and Shared memory of a process.

    计算性分页一些用于文本数据堆栈和进程共享内存的分页。

    youdao

  • KDB is a very powerful tool that allows several operations such as memory and register modification, applying breakpoints, and stack tracing.

    KDB一个功能非常强大工具,它允许进行几个操作比如内存寄存器修改应用断点堆栈跟踪

    youdao

  • The stack is the section of memory that holds function arguments and fields used in methods.

    内存一部分存储函数参数方法使用字段

    youdao

  • By default, the database Shared memory is 1.75gb minus the Stack.

    默认情况下,数据库共享内存的大小1.75GB减去堆栈大小。

    youdao

  • Segment 2 is for stack and dynamic memory allocation.

    2预留堆栈动态内存分配

    youdao

  • To provide that information, it is necessary to capture allocation stack traces for every object allocation, which is very expensive and is also not available in most formats of memory dumps.

    提供信息需要每个对象分配捕获分配堆栈跟踪开销很大并且许多格式内存转储中不可用。

    youdao

  • Because PHP manages memory for you, there's no PHP code that can result in stack and buffer overflow exploits.

    因为PHP可以管理记忆所以PHP代码不会导致堆栈缓冲溢出

    youdao

  • In addition to stack space, each thread requires some native memory for thread-local storage and internal data structures.

    除了空间之外,每个线程都需要一些本机内存用于线程本地存储内存数据结构。

    youdao

  • By default, AIX V7.1 pins kernel memory and includes support to allow applications to pin their kernel stack.

    默认情况下,AIXV7.1固定内核内存,还允许应用程序固定自己的内核堆栈。

    youdao

  • The top of the stack is almost always "hot" in the cache, whereas the top of the heap is almost always "cold" (because it has likely been a long time since that memory was used).

    堆栈顶部通常高速缓存中”的,的顶部通常是“”的(因为部分内存使用之后可能过了时间)。

    youdao

  • Well, if you want to call a function, it's like putting another tray on that stack of trays and that tray represents a chunk of memory that, that function can use.

    如果调用函数一个托盘放到一个托盘,托盘代表一块,函数可以使用内存

    youdao

  • By using primitive values on the stack, we can do work without using the current memory area.

    通过使用原始我们就可以使用当前存储区的前提下完成工作

    youdao

  • The distinct bands in the address space correspond to memory segments like the heap, stack, and so on.

    内存地址空间是由诸如段式内存管理 方式进行管理的。

    youdao

  • The most important part of any ABI is the details of how to make use of the stack, which is the area of memory that holds local function data.

    任何ABI重要部分都是具体如何使用堆栈保存本地函数数据内存区域

    youdao

  • Every time a function is called, a new stack frame (an area of memory inside the stack) is used to support the call.

    每当调用函数,就会使用一个新的堆栈支持调用

    youdao

  • In the large memory model, the native heap starts at segment 3; segment 2 is only used for the primordial (initial) thread stack.

    内存模型中,本机分段3开始;分段2用于原始(初始)线程

    youdao

  • The AIX VMM integrates cached file data with the management of other types of virtual memory (for example, process data, process stack, and so forth).

    AIXVMM缓存文件数据其它类型虚拟内存(例如进程数据、进程堆栈等等)的管理集成到了一起。

    youdao

  • The heap provides runtime memory allocation, like the stack, meant for data that must outlive the function doing the allocation, unlike the stack. Most languages provide heap management to programs.

    支持运行时内存分配不同大多数语言都允许程序使用堆管理内存

    youdao

  • If they are joinable threads and you haven't called the pthread_join to join them, each produced thread will leak a sizeable amount of memory (at least 10mb per stack) after its termination.

    如果它们接合线程没有调用pthread_join联接它们,那么在线程终止每个产生线程都将泄漏大量内存(至少堆栈10MB)。

    youdao

  • For example, a (trivial) new command called hari could be defined that would display one line of memory starting at address 0xc000000, display the contents of the registers, and dump the stack.

    例如可以定义个(简单)命令hari,它显示地址0xc000000开始内存、显示寄存器内容转储堆栈

    youdao

$firstVoiceSent
- 来自原声例句
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定