gnuk/ChibiOS_2.0.2/docs/html/struct_memory_pool.html

128 lines
7.0 KiB
HTML
Raw Normal View History

2010-08-10 03:11:02 +00:00
<!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: MemoryPool 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.6.3 -->
<div class="navigation" id="top">
<div class="tabs">
<ul>
<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="tabs">
<ul>
<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="contents">
<h1>MemoryPool Struct Reference<br/>
<small>
[<a class="el" href="group__pools.html">Memory Pools</a>]</small>
</h1><!-- doxytag: class="MemoryPool" -->
<p>Memory pool descriptor.
<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 MemoryPool:</div>
<div class="dynsection">
<div class="center"><img src="struct_memory_pool__coll__graph.png" border="0" usemap="#_memory_pool_coll__map" alt="Collaboration graph"/></div>
<map name="_memory_pool_coll__map" id="_memory_pool_coll__map">
<area shape="rect" href="structpool__header.html" title="Memory pool free object header." alt="" coords="17,7,97,81"/> </map>
<center><span class="legend">[<a target="top" href="graph_legend.html">legend</a>]</span></center></div>
<table border="0" cellpadding="0" cellspacing="0">
<tr><td colspan="2"><h2>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="struct_memory_pool.html#ac1cf32748cc712049b503c2b00f99167">mp_next</a></td></tr>
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Pointer to the header. <a href="#ac1cf32748cc712049b503c2b00f99167"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">size_t&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="struct_memory_pool.html#a962ca1e05036d54213b3a0eeaebb0ec6">mp_object_size</a></td></tr>
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Memory pool objects size. <a href="#a962ca1e05036d54213b3a0eeaebb0ec6"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="el" href="group__memcore.html#ga4fb77ad6b1053341257948231799b4ad">memgetfunc_t</a>&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="struct_memory_pool.html#aa4b7af734cdd6976445d3502d6914428">mp_provider</a></td></tr>
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Memory blocks provider for this pool. <a href="#aa4b7af734cdd6976445d3502d6914428"></a><br/></td></tr>
</table>
<hr/><a name="_details"></a><h2>Detailed Description</h2>
<p>Memory pool descriptor. </p>
<p>Definition at line <a class="el" href="chmempools_8h_source.html#l00051">51</a> of file <a class="el" href="chmempools_8h_source.html">chmempools.h</a>.</p>
<hr/><h2>Field Documentation</h2>
<a class="anchor" id="ac1cf32748cc712049b503c2b00f99167"></a><!-- doxytag: member="MemoryPool::mp_next" ref="ac1cf32748cc712049b503c2b00f99167" 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="struct_memory_pool.html#ac1cf32748cc712049b503c2b00f99167">MemoryPool::mp_next</a></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Pointer to the header. </p>
<p>Definition at line <a class="el" href="chmempools_8h_source.html#l00052">52</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>, <a class="el" href="group__pools.html#gab5c6c04fd14fbeee2183ca955371c515">chPoolFreeI()</a>, and <a class="el" href="group__pools.html#ga9c53c25a5ae60930534cde8620775781">chPoolInit()</a>.</p>
</div>
</div>
<a class="anchor" id="a962ca1e05036d54213b3a0eeaebb0ec6"></a><!-- doxytag: member="MemoryPool::mp_object_size" ref="a962ca1e05036d54213b3a0eeaebb0ec6" args="" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">size_t <a class="el" href="struct_memory_pool.html#a962ca1e05036d54213b3a0eeaebb0ec6">MemoryPool::mp_object_size</a></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Memory pool objects size. </p>
<p>Definition at line <a class="el" href="chmempools_8h_source.html#l00053">53</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>, <a class="el" href="group__pools.html#ga9c53c25a5ae60930534cde8620775781">chPoolInit()</a>, and <a class="el" href="group__threads.html#gad3ccc1a6f054c543258ed2fe97ed2f58">chThdCreateFromMemoryPool()</a>.</p>
</div>
</div>
<a class="anchor" id="aa4b7af734cdd6976445d3502d6914428"></a><!-- doxytag: member="MemoryPool::mp_provider" ref="aa4b7af734cdd6976445d3502d6914428" args="" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname"><a class="el" href="group__memcore.html#ga4fb77ad6b1053341257948231799b4ad">memgetfunc_t</a> <a class="el" href="struct_memory_pool.html#aa4b7af734cdd6976445d3502d6914428">MemoryPool::mp_provider</a></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Memory blocks provider for this pool. </p>
<p>Definition at line <a class="el" href="chmempools_8h_source.html#l00055">55</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#ga9c53c25a5ae60930534cde8620775781">chPoolInit()</a>.</p>
</div>
</div>
</div>
<hr size="1"><address style="text-align: right;"><small>
Generated on Sun Jul 11 13:13:33 2010 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.6.3</small></address>
</body>
</html>