• Suppose there is a pointer memoryArea pointing to a memory location of 10 bytes.

    假设指针memoryArea,它指向一个10字节内存位置

    youdao

  • Relevant theories as suppression of numerical oscillating, general ICCG pointer memory addressing, etc. are studied.

    数值振荡抑制通用ICCG指针存储相关理论进行了研究。

    youdao

  • It's a pointer to this chunk of memory.

    指向这块内存指针

    youdao

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

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

    youdao

  • If there is no root or a pointer pointing to any part of the list then your data is lost in memory.

    如果没有没有指针指向链表那么数据丢失内存中了。

    youdao

  • The code in Listing 1 allocates two 512-byte blocks of memory, and then the pointer to the first block is set to the second block.

    清单1中的代码将分配两个 512字节内存然后指向第一个内存指针设定为指向第二个内存块。

    youdao

  • Conversely, if your program has a fault (for example, using a bad pointer) at some location in memory, you can look for the source line that is closest to the memory address.

    相反如果程序内存某个位置存在错误(例如使用一个错误指针),那么可以查找接近内存地址源代码

    youdao

  • The code shown in Listing 1 shows both a memory leak and a dangling pointer.

    显示列表1中的代码展示内存渗漏一个不断摆动的指针。

    youdao

  • Internally the data referenced by the pointer is copied into dynamically allocated memory.

    内部,相关数据通过指针拷贝动态分贝的内存上。

    youdao

  • This is in contrast with conservative GC systems which requires you to guess whether some piece of memory contains an object pointer or just some random data that resembles an object pointer.

    需要猜测某个内存包含对象指针一些类似对象指针的随即数据老式GC系统有鲜明的对比

    youdao

  • A primary contributor to the complexity of memory management is aliasing: having more than one copy of a pointer or reference to the same block of memory or object.

    内存管理复杂性主要原因别名使用同一内存对象具有多个指针引用

    youdao

  • Since the SPE does not have direct access to main memory, you cannot directly dereference this as a pointer.

    由于SPE不能直接访问,所以无法直接将其作为一个指针废弃

    youdao

  • If we don't need to do a GC, allocation is 1 moving a pointer forward and 2 clearing the memory for the new object.

    如果我们需要进行GC分配就是1指针前移2对象清除内存

    youdao

  • Some types of memory access errors (like using a NULL pointer) cause a program to crash outright.

    有些类型内存访问错误 (比如使用NULL指示器) 将会导致一个程序完全崩溃。

    youdao

  • "The future" or not, it's getting a bit silly for GUI application developers to perpetually be one bad pointer dereference away from scribbling all over their application's memory.

    不管“未来”到达与否,开发者为了一个损坏指针不断的遍历内存,多少有些愚蠢的事情了。

    youdao

  • What kinds of pointer operations cause memory corruption!

    导致内存破坏指针操作类型

    youdao

  • The virtual memory area (VMA) pointer needs to be added in as the first parameter followed by the usual four parameters (start, end, size, and protection flags).

    虚拟内存区域VMA指针作为第一参数然后四个常用参数startendsizeprotection标记)。

    youdao

  • Where exactly does namestr get written with another address value, and thereby lose the last pointer to memory allocated in main(), causing the leak?

    在什么地方namestr其它地址数值一起被编写,从而丢失分配main() 中的最后一个内存指针最终导致渗漏吗?

    youdao

  • The next line, C3, takes the pointer in eax and stores it back into the instance reference at memory location 049388C8.

    行代码C3,获取 eax中的指针将其存储内存位置为 049388C8实例引用

    youdao

  • In main, after returning from foo , namestr is actually a dangling pointer, because foo has freed that memory before returning.

    main中,foo返回后,namestr实际上一个摆动指针因为foo已经在返回释放了那个内存

    youdao

  • The earlier example was watching the memory that held the namestr pointer itself; therefore, the address of the watched area is given by &namestr.

    先前例子关注支持namestr指针本身内存因此这个被关注区域 &namestr 提供的。

    youdao

  • Then, when they pass the pointer back via free , we simply back up a few memory bytes to find this structure again.

    然后通过free指针传递回来时,我们只需要倒退几个内存字节就可以再次找到这个结构

    youdao

  • When strdup is called in foo , the namestr variable value is overwritten, thereby losing the pointer to the memory allocated in main , and that causes the leak.

    strdupfoo中被调用,这个namestr变量会被覆写从而丢失main内存分配指针导致渗漏。

    youdao

  • The only thing we have to do to free memory is to take the pointer we're given, back up sizeof (struct mem_control_block) bytes, and mark it as available. Here is the code for that.

    为了释放内存我们必须惟一一件事情就是获得我们给出指针退size of (struct mem_control_block)个字节标记可用的。

    youdao

  • For example, if t is the pool created using the pool interface and m is a pointer allocated from t, then t.free (m) returns the memory to t (it's added to t's free list).

    例如如果t使用pool接口来创建并且m是从t分配指针t. f ree (m)将把内存返回t(将添加t空闲内存列表)。

    youdao

  • Listing 1. Code with memory leak and dangling pointer (mem_errors.c).

    列表1 .带有一个内存渗漏一个不断摆动的指针的代码(mem_errors. c)。

    youdao

  • To avoid dangling Pointers (the dangerous situation where a block of memory is freed but a pointer still references it), you must delete the object only after the last reference is released.

    为了避免悬空指针(危险情况内存已经释放了,一个指针引用),必须最后引用释放之后删除对象

    youdao

  • The main SPE program will receive an effective address pointer to a struct containing the size and pointer of a string in main memory.

    s PE程序接收到包含字符串大小指针struct有效地址指针。

    youdao

  • The clear_user function is used to zero a block of memory in user space. This function takes a pointer in user space and a size to zero, which is defined in bytes.

    clear_user函数用于用户空间内存清零。

    youdao

  • The clear_user function is used to zero a block of memory in user space. This function takes a pointer in user space and a size to zero, which is defined in bytes.

    clear_user函数用于用户空间内存清零。

    youdao

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

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

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