dangling pointer

短语

[计] 悬挂指针

词形变化

dangling pointers 复数 dangling pointers

释义与例句

n.
  1. 1.

    A pointer (variable that holds the address of a memory location) that does not reference a valid object.

    计算机 工程 数学
  2. 2.

    A pointer referencing memory that was previously deallocated.

    计算机 工程 数学