JargonFile/original/html/M/memory-smash.html

8 lines
2.0 KiB
HTML
Raw Normal View History

2014-03-27 14:54:56 -04:00
<?xml version="1.0" encoding="ISO-8859-1" standalone="no"?>
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>memory smash</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="../M.html" title="M"/><link rel="previous" href="memory-leak.html" title="memory leak"/><link rel="next" href="menuitis.html" title="menuitis"/></head><body><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">memory smash</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="memory-leak.html">Prev</a><EFBFBD></td><th width="60%" align="center">M</th><td width="20%" align="right"><EFBFBD><a accesskey="n" href="menuitis.html">Next</a></td></tr></table><hr/></div><dt><a id="memory-smash"/><dt xmlns="" id="memory-smash"><b>memory smash</b>: <span xmlns="http://www.w3.org/1999/xhtml" class="grammar">n.</span></dt></dt><dd><p> [XEROX PARC] Writing through a pointer that doesn't point to what
you think it does. This occasionally reduces your memory to a rubble of
bits. Note that this is subtly different from (and more general than)
related terms such as a <a href="memory-leak.html"><i class="glossterm">memory leak</i></a> or
<a href="../F/fandango-on-core.html"><i class="glossterm">fandango on core</i></a> because it doesn't imply an
allocation error or overrun condition.</p></dd><div class="navfooter"><hr/><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="memory-leak.html">Prev</a><EFBFBD></td><td width="20%" align="center"><a accesskey="u" href="../M.html">Up</a></td><td width="40%" align="right"><EFBFBD><a accesskey="n" href="menuitis.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">memory leak<61></td><td width="20%" align="center"><a accesskey="h" href="../index.html">Home</a></td><td width="40%" align="right" valign="top"><EFBFBD>menuitis</td></tr></table></div></body></html>