What's the difference between
and
Enter two words to compare and contrast their definitions, origins, and synonyms to better understand how those words are related.

Dereference vs Dereferenceable - What's the difference?

dereference | dereferenceable |

As a verb dereference

is .

As an adjective dereferenceable is

(computing) that can be dereferenced.

dereference

Verb

(en-verb)
  • (programming, of a memory location) To obtain the value stored therein in an execution context which interprets that value as the address of a memory location
  • (programming, of a pointer) to access the thing to which the pointer points.
  • See also

    * pointer

    dereferenceable

    English

    Adjective

    (-)
  • (computing) That can be dereferenced.
  • * 2003 , Jeremy Gibbons, Johan Jeuring, Generic Programming
  • The assertions check that all conditions required of a dereferenceable iterator are satisfied...