62 lines
2.0 KiB
HTML
62 lines
2.0 KiB
HTML
|
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||
|
<html>
|
||
|
<head>
|
||
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||
|
<meta name="Copyright" content="Copyright (c) 2006 by IBM Corporation">
|
||
|
<title>Storage Management APIs</title>
|
||
|
<!-- Begin Header Records ========================================== -->
|
||
|
<!-- All rights reserved. Licensed Materials Property of IBM -->
|
||
|
<!-- US Government Users Restricted Rights -->
|
||
|
<!-- Use, duplication or disclosure restricted by -->
|
||
|
<!-- GSA ADP Schedule Contract with IBM Corp. -->
|
||
|
<!-- Change History: -->
|
||
|
<!-- YYMMDD USERID Change description -->
|
||
|
<!-- ILE8A SCRIPT A converted by B2H R4.1 (346) (CMS) by NLJONES at -->
|
||
|
<!-- RCHVMX on 25 Feb 1999 at 15:15:15 -->
|
||
|
<link rel="stylesheet" type="text/css" href="../rzahg/ic.css">
|
||
|
</head>
|
||
|
<body>
|
||
|
<!--End Header Records --><!-- Java sync-link -->
|
||
|
<script type="text/javascript" language="Javascript" src="../rzahg/synch.js">
|
||
|
</script>
|
||
|
|
||
|
|
||
|
|
||
|
<h2>Storage Management APIs</h2>
|
||
|
|
||
|
<p>ILE CEE APIs are provided for all heap operations. Applications can be
|
||
|
written using either the storage management APIs, language-intrinsic functions,
|
||
|
or both.</p>
|
||
|
|
||
|
<p>The storage management APIs fall into the following categories:</p>
|
||
|
|
||
|
<ul>
|
||
|
<li><a href="ile8a2.htm">Basic heap operations</a><br>
|
||
|
<br>
|
||
|
</li>
|
||
|
|
||
|
<li><a href="ile8a3.htm">Extended heap operations</a><br>
|
||
|
<br>
|
||
|
</li>
|
||
|
|
||
|
<li><a href="ile8a4.htm">Heap allocation strategies</a></li>
|
||
|
</ul>
|
||
|
|
||
|
<p>See <a href="CEE4ALC.htm">Allocation Strategy Type</a> (CEE4ALC) for
|
||
|
information on the attributes that are used to define the characteristics
|
||
|
of the storage allocated for heaps.</p>
|
||
|
|
||
|
<br>
|
||
|
<hr>
|
||
|
<center>
|
||
|
<table cellpadding="2" cellspacing="2">
|
||
|
<tr align="center">
|
||
|
<td valign="middle" align="center"><a href="#Top_Of_Page">Top</a> | <a href=
|
||
|
"ile1a1.htm">ILE CEE APIs</a> | <a href="aplist.htm">APIs by category</a></td>
|
||
|
</tr>
|
||
|
</table>
|
||
|
</center>
|
||
|
</body>
|
||
|
</html>
|
||
|
|