gnuk/ChibiOS_2.0.8/docs/html/structpool__header.html
2010-11-30 13:54:43 +09:00

93 lines
4.3 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">
<title>ChibiOS/RT: pool_header Struct Reference</title>
<link href="custom.css" rel="stylesheet" type="text/css">
<link href="tabs.css" rel="stylesheet" type="text/css">
</head><body>
<table style="text-align: center; width: 100%;" border="0"
cellpadding="2" cellspacing="2">
<tbody>
<tr>
<td style="width: 80px;"><img alt="ChibiOS/RT Logo" src="logo_small.png"></td>
<td><big><big>ChibiOS/RT</big></big><br><br>Architecture - Reference Manual - Guides</td>
<td style="width: 80px;"></td>
</tr>
</tbody>
</table>
<hr size="1">
<!-- Generated by Doxygen 1.7.1 -->
<div class="navigation" id="top">
<div class="tabs">
<ul class="tablist">
<li><a href="main.html"><span>Main&nbsp;Page</span></a></li>
<li><a href="modules.html"><span>Modules</span></a></li>
<li class="current"><a href="annotated.html"><span>Data&nbsp;Structures</span></a></li>
<li><a href="files.html"><span>Files</span></a></li>
</ul>
</div>
<div class="tabs2">
<ul class="tablist">
<li><a href="annotated.html"><span>Data&nbsp;Structures</span></a></li>
<li><a href="hierarchy.html"><span>Class&nbsp;Hierarchy</span></a></li>
<li><a href="functions.html"><span>Data&nbsp;Fields</span></a></li>
</ul>
</div>
</div>
<div class="header">
<div class="summary">
<a href="#pub-attribs">Data Fields</a> </div>
<div class="headertitle">
<h1>pool_header Struct Reference<br/>
<small>
[<a class="el" href="group__pools.html">Memory Pools</a>]</small>
</h1> </div>
</div>
<div class="contents">
<!-- doxytag: class="pool_header" -->
<p>Memory pool free object header.
<a href="#_details">More...</a></p>
<p><code>#include &lt;<a class="el" href="chmempools_8h_source.html">chmempools.h</a>&gt;</code></p>
<div class="dynheader">
Collaboration diagram for pool_header:</div>
<div class="dyncontent">
<div class="center"><img src="structpool__header__coll__graph.png" border="0" usemap="#pool__header_coll__map" alt="Collaboration graph"/></div>
<map name="pool__header_coll__map" id="pool__header_coll__map">
</map>
<center><span class="legend">[<a target="top" href="graph_legend.html">legend</a>]</span></center></div>
<table class="memberdecls">
<tr><td colspan="2"><h2><a name="pub-attribs"></a>
Data Fields</h2></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">struct <a class="el" href="structpool__header.html">pool_header</a> *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="structpool__header.html#aac699414c648388563597a56e34adeb4">ph_next</a></td></tr>
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Pointer to the next pool header in the list. <a href="#aac699414c648388563597a56e34adeb4"></a><br/></td></tr>
</table>
<hr/><a name="_details"></a><h2>Detailed Description</h2>
<p>Memory pool free object header. </p>
<p>Definition at line <a class="el" href="chmempools_8h_source.html#l00043">43</a> of file <a class="el" href="chmempools_8h_source.html">chmempools.h</a>.</p>
<hr/><h2>Field Documentation</h2>
<a class="anchor" id="aac699414c648388563597a56e34adeb4"></a><!-- doxytag: member="pool_header::ph_next" ref="aac699414c648388563597a56e34adeb4" args="" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">struct <a class="el" href="structpool__header.html">pool_header</a>* <a class="el" href="structpool__header.html#aac699414c648388563597a56e34adeb4">pool_header::ph_next</a></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Pointer to the next pool header in the list. </p>
<p>Definition at line <a class="el" href="chmempools_8h_source.html#l00044">44</a> of file <a class="el" href="chmempools_8h_source.html">chmempools.h</a>.</p>
<p>Referenced by <a class="el" href="group__pools.html#ga152fb3460d6b7426f0b6803bb38a0070">chPoolAllocI()</a>, and <a class="el" href="group__pools.html#gab5c6c04fd14fbeee2183ca955371c515">chPoolFreeI()</a>.</p>
</div>
</div>
</div>
<hr size="1"><address style="text-align: right;"><small>
Generated on Sun Nov 28 2010 14:09:59 for ChibiOS/RT by&nbsp;<a href="http://www.doxygen.org/index.html"><img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.7.1</small></address>
</body>
</html>