KGRKJGETMRETU895U-589TY5MIGM5JGB5SDFESFREWTGR54TY
Server : Apache/2.2.17 (Unix) mod_ssl/2.2.17 OpenSSL/0.9.8e-fips-rhel5 DAV/2 PHP/5.2.17
System : Linux localhost 2.6.18-419.el5 #1 SMP Fri Feb 24 22:47:42 UTC 2017 x86_64
User : nobody ( 99)
PHP Version : 5.2.17
Disable Function : NONE
Directory :  /proc/21573/root/usr/share/devhelp/books/dbus/api/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : //proc/21573/root/usr/share/devhelp/books/dbus/api/structDBusMemPool.html
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
<title>D-Bus: DBusMemPool Struct Reference</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
<link href="tabs.css" rel="stylesheet" type="text/css">
</head><body>
<!-- Generated by Doxygen 1.4.7 -->
<div class="tabs">
  <ul>
    <li><a href="index.html"><span>Main&nbsp;Page</span></a></li>
    <li><a href="modules.html"><span>Modules</span></a></li>
    <li id="current"><a href="annotated.html"><span>Data&nbsp;Structures</span></a></li>
    <li><a href="files.html"><span>Files</span></a></li>
    <li><a href="pages.html"><span>Related&nbsp;Pages</span></a></li>
  </ul></div>
<div class="tabs">
  <ul>
    <li><a href="annotated.html"><span>Data&nbsp;Structures</span></a></li>
    <li><a href="functions.html"><span>Data&nbsp;Fields</span></a></li>
  </ul></div>
<h1>DBusMemPool Struct Reference<br>
<small>
[<a class="el" href="group__DBusMemPoolInternals.html">Memory pool implementation details</a>]</small>
</h1><!-- doxytag: class="DBusMemPool" -->Internals fields of <a class="el" href="structDBusMemPool.html">DBusMemPool</a>.  
<a href="#_details">More...</a>
<p>
<table border="0" cellpadding="0" cellspacing="0">
<tr><td></td></tr>
<tr><td colspan="2"><br><h2>Data Fields</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="690c2330fce2db5cfdbe6b810d70c92f"></a><!-- doxytag: member="DBusMemPool::element_size" ref="690c2330fce2db5cfdbe6b810d70c92f" args="" -->
int&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="structDBusMemPool.html#690c2330fce2db5cfdbe6b810d70c92f">element_size</a></td></tr>

<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">size of a single object in the pool <br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="45cdcee97621d5a2bd85edd90d87d8bf"></a><!-- doxytag: member="DBusMemPool::block_size" ref="45cdcee97621d5a2bd85edd90d87d8bf" args="" -->
int&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="structDBusMemPool.html#45cdcee97621d5a2bd85edd90d87d8bf">block_size</a></td></tr>

<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">size of most recently allocated block <br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="2ebffd5d3e0eb209b1d0fa5779609818"></a><!-- doxytag: member="DBusMemPool::zero_elements" ref="2ebffd5d3e0eb209b1d0fa5779609818" args="" -->
unsigned int&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="structDBusMemPool.html#2ebffd5d3e0eb209b1d0fa5779609818">zero_elements</a>: 1</td></tr>

<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">whether to zero-init allocated elements <br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="f02ff4ac188a7a04a02ab140e568886b"></a><!-- doxytag: member="DBusMemPool::free_elements" ref="f02ff4ac188a7a04a02ab140e568886b" args="" -->
<a class="el" href="structDBusFreedElement.html">DBusFreedElement</a> *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="structDBusMemPool.html#f02ff4ac188a7a04a02ab140e568886b">free_elements</a></td></tr>

<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">a free list of elements to recycle <br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="4682e065e26ee0dc4d2a17023cb41b8b"></a><!-- doxytag: member="DBusMemPool::blocks" ref="4682e065e26ee0dc4d2a17023cb41b8b" args="" -->
<a class="el" href="structDBusMemBlock.html">DBusMemBlock</a> *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="structDBusMemPool.html#4682e065e26ee0dc4d2a17023cb41b8b">blocks</a></td></tr>

<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">blocks of memory from malloc() <br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="23cd8af3ecb8cd88074b1934b1d7597c"></a><!-- doxytag: member="DBusMemPool::allocated_elements" ref="23cd8af3ecb8cd88074b1934b1d7597c" args="" -->
int&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="structDBusMemPool.html#23cd8af3ecb8cd88074b1934b1d7597c">allocated_elements</a></td></tr>

<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Count of outstanding allocated elements. <br></td></tr>
</table>
<hr><a name="_details"></a><h2>Detailed Description</h2>
Internals fields of <a class="el" href="structDBusMemPool.html">DBusMemPool</a>. 
<p>

<p>
Definition at line <a class="el" href="dbus-mempool_8c-source.html#l00096">96</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 size="1"><address style="align: right;"><small>Generated on Mon Dec 14 22:26:15 2009 for D-Bus by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.7 </small></address>
</body>
</html>

Anon7 - 2021