Sophie

Sophie

distrib > Mandriva > 2007.0 > x86_64 > media > main-release > by-pkgid > 926d2d1e3111287cee1b0a4fad4fb4f6 > files > 265

lib64dbus-1_3-devel-0.92-6mdv2007.0.x86_64.rpm

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
<title>DBusMemBlock struct Reference</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
</head><body>
<!-- Generated by Doxygen 1.2.15 -->
<center>
<a class="qindex" href="index.html">Main Page</a> &nbsp; <a class="qindex" href="modules.html">Modules</a> &nbsp; <a class="qindex" href="annotated.html">Data Structures</a> &nbsp; <a class="qindex" href="files.html">File List</a> &nbsp; <a class="qindex" href="functions.html">Data Fields</a> &nbsp; <a class="qindex" href="pages.html">Related Pages</a> &nbsp; </center>
<hr><h1>DBusMemBlock  Struct Reference<br>
<small>
[<a class="el" href="group__DBusMemPoolInternals.html">Memory pool implementation details</a>]</small>
</h1>DBusMemBlock object represents a single malloc()-returned block that gets chunked up into objects in the memory pool. 
<a href="#_details">More...</a>
<p>
<table border=0 cellpadding=0 cellspacing=0>
<tr><td colspan=2><br><h2>Data Fields</h2></td></tr>
<tr><td nowrap align=right valign=top><a name="m0" doxytag="DBusMemBlock::next"></a>
DBusMemBlock *&nbsp;</td><td valign=bottom><a class="el" href="structDBusMemBlock.html#m0">next</a></td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>next block in the list, which is already used up; only saved so we can free all the blocks when we free the mem pool.</em></font><br><br></td></tr>
<tr><td nowrap align=right valign=top><a name="m1" doxytag="DBusMemBlock::used_so_far"></a>
long&nbsp;</td><td valign=bottom><a class="el" href="structDBusMemBlock.html#m1">used_so_far</a></td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>bytes of this block already allocated as elements.</em></font><br><br></td></tr>
<tr><td nowrap align=right valign=top><a name="m2" doxytag="DBusMemBlock::elements"></a>
unsigned char&nbsp;</td><td valign=bottom><a class="el" href="structDBusMemBlock.html#m2">elements</a> [ELEMENT_PADDING]</td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>the block data, actually allocated to required size.</em></font><br><br></td></tr>
</table>
<hr><a name="_details"></a><h2>Detailed Description</h2>
DBusMemBlock object represents a single malloc()-returned block that gets chunked up into objects in the memory pool.
<p>

<p>
Definition at line <a class="el" href="dbus-mempool_8c-source.html#l00080">80</a> of file <a class="el" href="dbus-mempool_8c-source.html">dbus-mempool.c</a>.<hr>The documentation for this struct was generated from the following file:<ul>
<li><a class="el" href="dbus-mempool_8c-source.html">dbus-mempool.c</a></ul>
<hr><address align="right"><small>Generated on Wed Jun 9 05:01:27 2004 for D-BUS by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border=0 
width=110 height=53></a>1.2.15 </small></address>
</body>
</html>