gnuk/ChibiOS_2.0.6/docs/html/structmemory__heap.html
2010-11-22 14:53:37 +09:00

135 lines
7.8 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: memory_heap 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>memory_heap Struct Reference<br/>
<small>
[<a class="el" href="group__heaps.html">Heaps</a>]</small>
</h1> </div>
</div>
<div class="contents">
<!-- doxytag: class="memory_heap" -->
<p>Structure describing a memory heap.
<a href="#_details">More...</a></p>
<p><code>#include &lt;<a class="el" href="chheap_8h_source.html">chheap.h</a>&gt;</code></p>
<div class="dynheader">
Collaboration diagram for memory_heap:</div>
<div class="dyncontent">
<div class="center"><img src="structmemory__heap__coll__graph.png" border="0" usemap="#memory__heap_coll__map" alt="Collaboration graph"/></div>
<map name="memory__heap_coll__map" id="memory__heap_coll__map">
<area shape="rect" id="node2" href="unionheap__header.html" title="Memory heap block header." alt="" coords="5,641,91,791"/>
<area shape="rect" id="node6" href="struct_mutex.html" title="Mutex structure." alt="" coords="140,5,217,112"/>
<area shape="rect" id="node9" href="struct_thread.html" title="Structure representing a thread." alt="" coords="124,177,217,562"/>
<area shape="rect" id="node11" href="struct_threads_queue.html" title="Generic threads bidirectional linked list header and element." alt="" coords="180,670,273,762"/>
</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"><a class="el" href="group__memcore.html#ga4fb77ad6b1053341257948231799b4ad">memgetfunc_t</a>&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="structmemory__heap.html#a4cad69cd924f2de313510634d2f6de1e">h_provider</a></td></tr>
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Memory blocks provider for this heap. <a href="#a4cad69cd924f2de313510634d2f6de1e"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">union <a class="el" href="unionheap__header.html">heap_header</a>&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="structmemory__heap.html#a77ba7416411ebd49578c71bca15d19ae">h_free</a></td></tr>
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Free blocks list header. <a href="#a77ba7416411ebd49578c71bca15d19ae"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="el" href="struct_mutex.html">Mutex</a>&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="structmemory__heap.html#aa7eafd71c17c8175c2c7662685777fb5">h_mtx</a></td></tr>
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Heap access mutex. <a href="#aa7eafd71c17c8175c2c7662685777fb5"></a><br/></td></tr>
</table>
<hr/><a name="_details"></a><h2>Detailed Description</h2>
<p>Structure describing a memory heap. </p>
<p>Definition at line <a class="el" href="chheap_8h_source.html#l00070">70</a> of file <a class="el" href="chheap_8h_source.html">chheap.h</a>.</p>
<hr/><h2>Field Documentation</h2>
<a class="anchor" id="a4cad69cd924f2de313510634d2f6de1e"></a><!-- doxytag: member="memory_heap::h_provider" ref="a4cad69cd924f2de313510634d2f6de1e" 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="structmemory__heap.html#a4cad69cd924f2de313510634d2f6de1e">memory_heap::h_provider</a></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Memory blocks provider for this heap. </p>
<p>Definition at line <a class="el" href="chheap_8h_source.html#l00071">71</a> of file <a class="el" href="chheap_8h_source.html">chheap.h</a>.</p>
<p>Referenced by <a class="el" href="group__heaps.html#ga3d364eec0bef8b1986f63b3288ebbd5f">chHeapAlloc()</a>, <a class="el" href="group__heaps.html#ga7135c9ddbd1402a4a36ce44df948f4e4">chHeapInit()</a>, and <a class="el" href="group__heaps.html#ga7e7a6625a49b6a560a47ae7575575264">heap_init()</a>.</p>
</div>
</div>
<a class="anchor" id="a77ba7416411ebd49578c71bca15d19ae"></a><!-- doxytag: member="memory_heap::h_free" ref="a77ba7416411ebd49578c71bca15d19ae" args="" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">union <a class="el" href="unionheap__header.html">heap_header</a> <a class="el" href="structmemory__heap.html#a77ba7416411ebd49578c71bca15d19ae">memory_heap::h_free</a></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Free blocks list header. </p>
<p>Definition at line <a class="el" href="chheap_8h_source.html#l00073">73</a> of file <a class="el" href="chheap_8h_source.html">chheap.h</a>.</p>
<p>Referenced by <a class="el" href="group__heaps.html#ga3d364eec0bef8b1986f63b3288ebbd5f">chHeapAlloc()</a>, <a class="el" href="group__heaps.html#ga0fc553df0138f02e0b233be91e413c79">chHeapFree()</a>, <a class="el" href="group__heaps.html#ga7135c9ddbd1402a4a36ce44df948f4e4">chHeapInit()</a>, <a class="el" href="group__heaps.html#ga944ffb8c5b83c26b984e6a072d871a8b">chHeapStatus()</a>, and <a class="el" href="group__heaps.html#ga7e7a6625a49b6a560a47ae7575575264">heap_init()</a>.</p>
</div>
</div>
<a class="anchor" id="aa7eafd71c17c8175c2c7662685777fb5"></a><!-- doxytag: member="memory_heap::h_mtx" ref="aa7eafd71c17c8175c2c7662685777fb5" args="" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname"><a class="el" href="struct_mutex.html">Mutex</a> <a class="el" href="structmemory__heap.html#aa7eafd71c17c8175c2c7662685777fb5">memory_heap::h_mtx</a></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Heap access mutex. </p>
<p>Definition at line <a class="el" href="chheap_8h_source.html#l00075">75</a> of file <a class="el" href="chheap_8h_source.html">chheap.h</a>.</p>
<p>Referenced by <a class="el" href="group__heaps.html#ga7135c9ddbd1402a4a36ce44df948f4e4">chHeapInit()</a>, and <a class="el" href="group__heaps.html#ga7e7a6625a49b6a560a47ae7575575264">heap_init()</a>.</p>
</div>
</div>
</div>
<hr size="1"><address style="text-align: right;"><small>
Generated on Sun Oct 24 2010 09:40:49 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>