dereference
Appearance
See also: déréférencé and déréférence
English
[edit]Etymology
[edit]Etymology tree
Pronunciation
[edit]Verb
[edit]dereference (third-person singular simple present dereferences, present participle dereferencing, simple past and past participle dereferenced)
- (programming) To access the value or object located in a memory location addressed by a pointer or another value interpreted as such; to access a value being referenced by something else.
- Attempting to dereference a null pointer often results in a crash.
- (computing, *nix) To operate on the file or directory pointed to by a symbolic link, rather than on the link itself.
- (computing, *nix) To dissolve a symbolic link by replacing it with a copy of its target.
Derived terms
[edit]Translations
[edit]access something to which a pointer or another value points
|
operate on the target of a symbolic link
|
Noun
[edit]dereference (plural dereferences)
- The act by which something is dereferenced.
- 1999, Michael Barry Greenwald, Non-blocking synchronization and system design, page 77:
- Either each dereference must use a complicated DCAS protocol, or each pointer must include a version number that is managed on each modification and checked on each dereference, or storage management must be tightly coupled […]
See also
[edit]References
[edit]
dereference on Wikipedia.Wikipedia
Categories:
- English terms derived from the Proto-Indo-European word *de
- English terms prefixed with de-
- English terms derived from the Proto-Indo-European word *déh₁
- English 3-syllable words
- English terms with IPA pronunciation
- English lemmas
- English verbs
- en:Programming
- English terms with usage examples
- en:Computing
- English nouns
- English countable nouns
- English terms with quotations