释义 |
chase pointers chase pointers (programming)To determine a chain of memory locations whereeach location holds a pointer to the next, starting from someinitial pointer, e.g. traversing a linked list or othergraph structure. This may be performed by a computerexecuting a program or by a programmer going through a core dump or using a debugger. |