Open main menu
Home
Random
Recent changes
Special pages
Community portal
Preferences
About Wikipedia
Disclaimers
Incubator escapee wiki
Search
User menu
Talk
Dark mode
Contributions
Create account
Log in
Editing
Pointer swizzling
(section)
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
{{Short description|Computer science term}} {{No footnotes|date=May 2011}} {{Use dmy dates|date=December 2021|cs1-dates=y}} In [[computer science]], '''pointer swizzling''' is the conversion of references based on name or [[offset (computer science)|position]] into direct [[pointer (computer programming)|pointer]] references ([[memory address]]es). It is typically performed during [[deserialization]] or [[loader (computing)|loading]] of a relocatable object from a disk file, such as an [[executable file]] or pointer-based [[data structure]]. The reverse operation, replacing memory pointers with position-independent symbols or positions, is sometimes referred to as '''unswizzling''', and is performed during [[serialization]] (saving). Alternatively, both operations can also be referred to as swizzling.
Edit summary
(Briefly describe your changes)
By publishing changes, you agree to the
Terms of Use
, and you irrevocably agree to release your contribution under the
CC BY-SA 4.0 License
and the
GFDL
. You agree that a hyperlink or URL is sufficient attribution under the Creative Commons license.
Cancel
Editing help
(opens in new window)