JargonFile/original/html/C/chase-pointers.html
2014-03-27 18:54:56 +00:00

14 lines
2.5 KiB
HTML
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?xml version="1.0" encoding="ISO-8859-1" standalone="no"?>
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>chase pointers</title><link rel="stylesheet" href="../../jargon.css" type="text/css"/><meta name="generator" content="DocBook XSL Stylesheets V1.61.0"/><link rel="home" href="../index.html" title="The Jargon File"/><link rel="up" href="../C.html" title="C"/><link rel="previous" href="charityware.html" title="charityware"/><link rel="next" href="chawmp.html" title="chawmp"/></head><body><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">chase pointers</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="charityware.html">Prev</a> </td><th width="60%" align="center">C</th><td width="20%" align="right"> <a accesskey="n" href="chawmp.html">Next</a></td></tr></table><hr/></div><dt><a id="chase-pointers"/><dt xmlns="" id="chase-pointers"><b>chase pointers</b></dt></dt><dd><p> 1. <span class="grammar">vi.</span> To go through multiple
levels of indirection, as in traversing a linked list or graph structure.
Used esp. by programmers in C, where explicit pointers are a very common
data type. This is techspeak, but it remains jargon when used of human
networks. &#8220;<span class="quote">I'm chasing pointers. Bob said you could tell me who to
talk to about....</span>&#8221; See
<a href="../D/dangling-pointer.html"><i class="glossterm">dangling pointer</i></a> and <a href="../S/snap.html"><i class="glossterm">snap</i></a>. </p></dd><dd><p> 2. [Cambridge] <span class="firstterm">pointer chase</span>
or <span class="firstterm">pointer hunt</span>: The process of going
through a <a href="core-dump.html"><i class="glossterm">core dump</i></a> (sense 1), interactively or on a
large piece of paper printed with hex <a href="../R/runes.html"><i class="glossterm">runes</i></a>,
following dynamic data-structures. Used only in a debugging
context.</p></dd><div class="navfooter"><hr/><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="charityware.html">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="../C.html">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="chawmp.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">charityware </td><td width="20%" align="center"><a accesskey="h" href="../index.html">Home</a></td><td width="40%" align="right" valign="top"> chawmp</td></tr></table></div></body></html>