Deleted Added
full compact
heap.html (90792) heap.html (95154)
1<html>
2<head>
3 <title>libsm : Memory Allocation</title>
4</head>
5<body>
6
7<a href="index.html">Back to libsm overview</a>
8
9<center>
10 <h1> libsm : Memory Allocation </h1>
1<html>
2<head>
3 <title>libsm : Memory Allocation</title>
4</head>
5<body>
6
7<a href="index.html">Back to libsm overview</a>
8
9<center>
10 <h1> libsm : Memory Allocation </h1>
11 <br> $Id: heap.html,v 1.9 2000/12/08 21:41:42 ca Exp $
11 <br> $Id: heap.html,v 1.1.1.1 2002/02/17 21:56:43 gshapiro Exp $
12</center>
13
14<h2> Introduction </h2>
15
16The heap package provides a layer of abstraction on top of
17<tt>malloc</tt>, <tt>realloc</tt> and <tt>free</tt>
18that provides optional error checking and memory leak detection,
19and which optionally raises an exception when an allocation request

--- 405 unchanged lines hidden ---
12</center>
13
14<h2> Introduction </h2>
15
16The heap package provides a layer of abstraction on top of
17<tt>malloc</tt>, <tt>realloc</tt> and <tt>free</tt>
18that provides optional error checking and memory leak detection,
19and which optionally raises an exception when an allocation request

--- 405 unchanged lines hidden ---