gnuk/ChibiOS_2.0.2/docs/html/unionheap__header.html
2010-08-10 12:11:02 +09:00

134 lines
6.2 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: heap_header Union 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>heap_header Union Reference<br/>
<small>
[<a class="el" href="group__heaps.html">Heaps</a>]</small>
</h1><!-- doxytag: class="heap_header" -->
<p>Memory heap block header.
<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 heap_header:</div>
<div class="dynsection">
<div class="center"><img src="unionheap__header__coll__graph.png" border="0" usemap="#heap__header_coll__map" alt="Collaboration graph"/></div>
<map name="heap__header_coll__map" id="heap__header_coll__map">
<area shape="rect" href="structmemory__heap.html" title="Structure describing a memory heap." alt="" coords="67,220,155,324"/>
<area shape="rect" href="struct_mutex.html" title="Mutex structure." alt="" coords="160,28,235,132"/>
</map>
<center><span class="legend">[<a target="top" href="graph_legend.html">legend</a>]</span></center></div>
<table border="0" cellpadding="0" cellspacing="0">
</table>
<hr/><a name="_details"></a><h2>Detailed Description</h2>
<p>Memory heap block header. </p>
<p>Definition at line <a class="el" href="chheap_8h_source.html#l00056">56</a> of file <a class="el" href="chheap_8h_source.html">chheap.h</a>.</p>
<hr/><h2>Field Documentation</h2>
<a class="anchor" id="adaecac5f216c607350511acb9d744480"></a><!-- doxytag: member="heap_header::next" ref="adaecac5f216c607350511acb9d744480" 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="unionheap__header.html#adaecac5f216c607350511acb9d744480">heap_header::next</a></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Next block in free list. </p>
<p>Definition at line <a class="el" href="chheap_8h_source.html#l00060">60</a> of file <a class="el" href="chheap_8h_source.html">chheap.h</a>.</p>
</div>
</div>
<a class="anchor" id="a1c8c4a01bd295afb31481275b1f67031"></a><!-- doxytag: member="heap_header::heap" ref="a1c8c4a01bd295afb31481275b1f67031" args="" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname"><a class="el" href="structmemory__heap.html">MemoryHeap</a>* <a class="el" href="unionheap__header.html#a1c8c4a01bd295afb31481275b1f67031">heap_header::heap</a></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Block owner heap. </p>
<p>Definition at line <a class="el" href="chheap_8h_source.html#l00061">61</a> of file <a class="el" href="chheap_8h_source.html">chheap.h</a>.</p>
</div>
</div>
<a class="anchor" id="a5bf3372839178fcc710e37d64f561e06"></a><!-- doxytag: member="heap_header::u" ref="a5bf3372839178fcc710e37d64f561e06" args="" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">union { ... } <a class="el" href="unionheap__header.html#a5bf3372839178fcc710e37d64f561e06">heap_header::u</a></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Overlapped fields. </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="a591d8bde47aea2ab624cdde2cf2587ac"></a><!-- doxytag: member="heap_header::size" ref="a591d8bde47aea2ab624cdde2cf2587ac" args="" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">size_t <a class="el" href="unionheap__header.html#a591d8bde47aea2ab624cdde2cf2587ac">heap_header::size</a></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Size of the memory block. </p>
<p>Definition at line <a class="el" href="chheap_8h_source.html#l00063">63</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>, 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 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>