ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/libev/ev.html
(Generate patch)

Comparing libev/ev.html (file contents):
Revision 1.50 by root, Tue Nov 27 10:59:11 2007 UTC vs.
Revision 1.51 by root, Tue Nov 27 19:23:31 2007 UTC

4<head> 4<head>
5 <title>libev</title> 5 <title>libev</title>
6 <meta name="description" content="Pod documentation for libev" /> 6 <meta name="description" content="Pod documentation for libev" />
7 <meta name="inputfile" content="&lt;standard input&gt;" /> 7 <meta name="inputfile" content="&lt;standard input&gt;" />
8 <meta name="outputfile" content="&lt;standard output&gt;" /> 8 <meta name="outputfile" content="&lt;standard output&gt;" />
9 <meta name="created" content="Tue Nov 27 11:59:06 2007" /> 9 <meta name="created" content="Tue Nov 27 20:23:27 2007" />
10 <meta name="generator" content="Pod::Xhtml 1.57" /> 10 <meta name="generator" content="Pod::Xhtml 1.57" />
11<link rel="stylesheet" href="http://res.tst.eu/pod.css"/></head> 11<link rel="stylesheet" href="http://res.tst.eu/pod.css"/></head>
12<body> 12<body>
13<div class="pod"> 13<div class="pod">
14<!-- INDEX START --> 14<!-- INDEX START -->
1996 <dd> 1996 <dd>
1997 <p>If you need to shave off some kilobytes of code at the expense of some 1997 <p>If you need to shave off some kilobytes of code at the expense of some
1998speed, define this symbol to <code>1</code>. Currently only used for gcc to override 1998speed, define this symbol to <code>1</code>. Currently only used for gcc to override
1999some inlining decisions, saves roughly 30% codesize of amd64.</p> 1999some inlining decisions, saves roughly 30% codesize of amd64.</p>
2000 </dd> 2000 </dd>
2001 <dt>EV_PID_HASHSIZE</dt>
2002 <dd>
2003 <p><code>ev_child</code> watchers use a small hash table to distribute workload by
2004pid. The default size is <code>16</code> (or <code>1</code> with <code>EV_MINIMAL</code>), usually more
2005than enough. If you need to manage thousands of children you might want to
2006increase this value.</p>
2007 </dd>
2001 <dt>EV_COMMON</dt> 2008 <dt>EV_COMMON</dt>
2002 <dd> 2009 <dd>
2003 <p>By default, all watchers have a <code>void *data</code> member. By redefining 2010 <p>By default, all watchers have a <code>void *data</code> member. By redefining
2004this macro to a something else you can include more and other types of 2011this macro to a something else you can include more and other types of
2005members. You have to define it each time you include one of the files, 2012members. You have to define it each time you include one of the files,

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines