memory address pointer的意思|示意

美 / ˈmeməri əˈdres ˈpɔɪntə / 英 / ˈmɛməri əˈdrɛs ˈpɔɪntɚ /

存储器地址指示器,存储器地址指针


memory address pointer相关例句

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.

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

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 提供的。

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() 中的最后一个内存指针,最终导致渗漏吗?