dangling pointer
dangling pointer
基本释义:
- 网络悬垂指针;悬空指针;悬挂指针
英英解释
None网络词意
1. | 悬垂指针 悬垂指针(Dangling pointer)和野指针(Wild pointer) 摘要: 参看维基百科:Dangling pointer迷途指针==================… www.cnblogs.com|基于81个网页 |
2. | 悬空指针 在C/C++等语言中,悬空指针(Dangling Pointer)指的是:一个指针的指向对象已被删除,那么就成了悬空指针。野指针是那 … baike.baidu.com|基于47个网页 |
3. | 悬挂指针 << 悬挂指针(Dangling Pointer) | 首页 | CVE-2011-2371漏洞分析与修复 >>评论 访问统计: 搜索 什么是RSS? riusksk.blogbus.com|基于28个网页 |
例句
The code shown in Listing 1 shows both a memory leak and a dangling pointer.
显示在列表1中的代码展示了一个内存渗漏和一个不断摆动的指针。
www.ibm.com
A dangling pointer is one that refers to memory that once held an object but does so no longer.
悬垂指针指向曾经存放对象的内存,但该对象已经不再存在了。
dictsearch.appspot.com
A dangling pointer can be the source of program errors that are difficult to detect.
悬垂指针往往导致程序错误,而且很难检测出来。
dictsearch.appspot.com
Listing 1. Code with memory leak and dangling pointer (mem_errors. c)
列表1.带有一个内存渗漏和一个不断摆动的指针的代码(mem_errors.c)
www.ibm.com
dangling pointer相关的词语
| 单词 | 读音 | 释义 |
|---|---|---|
| dangling reference |
|
|
| cutter point |
|
|
| tail pointer |
|
|
| table of pointer |
|
|
| identifier pointer |
|
|
| quadruple point |
|
|
| dangling bonds |
|
|
| dangling bond |
|
|
| facing point lock |
|













