<feed xmlns='http://www.w3.org/2005/Atom'>
<title>samba.git/lib/talloc/talloc.h, branch talloc-2.0.8</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/'/>
<entry>
<title>Add memory limiting capability to talloc</title>
<updated>2012-10-05T03:57:17+00:00</updated>
<author>
<name>Simo Sorce</name>
<email>idra@samba.org</email>
</author>
<published>2012-09-22T20:15:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=a33a78c302fde61fdb7a6e71669f19be2cf5c836'/>
<id>a33a78c302fde61fdb7a6e71669f19be2cf5c836</id>
<content type='text'>
By calling talloc_set_memlimit() we can now set a max memory limit
for a whole talloc hierarchy.
ANy attempt to allocate memory beyond the max allowed for the whole
hierarchy wil cause an allocation failure.

Stealing memory correctly accounts for used memory in the old and the new
hierarchy but exceeding the memory limit in the new parent will not cause
a failure.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
By calling talloc_set_memlimit() we can now set a max memory limit
for a whole talloc hierarchy.
ANy attempt to allocate memory beyond the max allowed for the whole
hierarchy wil cause an allocation failure.

Stealing memory correctly accounts for used memory in the old and the new
hierarchy but exceeding the memory limit in the new parent will not cause
a failure.
</pre>
</div>
</content>
</entry>
<entry>
<title>talloc: don't allow a talloc_pool inside a talloc_pool.</title>
<updated>2012-07-17T19:24:31+00:00</updated>
<author>
<name>Rusty Russell</name>
<email>rusty@rustcorp.com.au</email>
</author>
<published>2012-07-17T19:24:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=4f331872bc783445c709e5fe4846b8687e274953'/>
<id>4f331872bc783445c709e5fe4846b8687e274953</id>
<content type='text'>
We explicitly call free() on a pool which falls to zero, assuming it's
not inside another pool (we crash).  Check on creation and explicitly
document this case.

Signed-off-by: Rusty Russell &lt;rusty@rustcorp.com.au&gt;

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We explicitly call free() on a pool which falls to zero, assuming it's
not inside another pool (we crash).  Check on creation and explicitly
document this case.

Signed-off-by: Rusty Russell &lt;rusty@rustcorp.com.au&gt;

</pre>
</div>
</content>
</entry>
<entry>
<title>Talloc doc: talloc_strdup_append does not return duplicated string</title>
<updated>2012-04-24T11:28:38+00:00</updated>
<author>
<name>Pavel Březina</name>
<email>pbrezina@redhat.com</email>
</author>
<published>2012-04-20T12:32:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=bdeee2202da2560ff8caabae64f92e1b213c647d'/>
<id>bdeee2202da2560ff8caabae64f92e1b213c647d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Talloc doc: when s == NULL in _append functions</title>
<updated>2012-04-24T11:28:34+00:00</updated>
<author>
<name>Pavel Březina</name>
<email>pbrezina@redhat.com</email>
</author>
<published>2012-04-20T12:29:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=9a474717b8a629fc96c85217290212dca4011f71'/>
<id>9a474717b8a629fc96c85217290212dca4011f71</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Talloc doc: Fix a cut&amp;paste error</title>
<updated>2012-04-18T09:59:49+00:00</updated>
<author>
<name>Volker Lendecke</name>
<email>vl@samba.org</email>
</author>
<published>2012-04-18T08:22:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=c4c8845930bf4a89e93f63d201de577ed36d5775'/>
<id>c4c8845930bf4a89e93f63d201de577ed36d5775</id>
<content type='text'>
Autobuild-User: Volker Lendecke &lt;vl@samba.org&gt;
Autobuild-Date: Wed Apr 18 11:59:49 CEST 2012 on sn-devel-104
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Autobuild-User: Volker Lendecke &lt;vl@samba.org&gt;
Autobuild-Date: Wed Apr 18 11:59:49 CEST 2012 on sn-devel-104
</pre>
</div>
</content>
</entry>
<entry>
<title>Talloc doc: talloc_pool() when not enough memory in the pool</title>
<updated>2012-04-18T08:27:17+00:00</updated>
<author>
<name>Pavel Březina</name>
<email>pbrezina@redhat.com</email>
</author>
<published>2012-04-16T13:23:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=64fdcda0c79acfaec0045743dab97c4a24360a20'/>
<id>64fdcda0c79acfaec0045743dab97c4a24360a20</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Talloc doc: TALLOC_FREE_FILL</title>
<updated>2012-04-18T08:27:16+00:00</updated>
<author>
<name>Pavel Březina</name>
<email>pbrezina@redhat.com</email>
</author>
<published>2012-04-16T13:04:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=75bcb28a95219b1f7456f1a6dd418c821ca1bb62'/>
<id>75bcb28a95219b1f7456f1a6dd418c821ca1bb62</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Talloc doc: talloc_set_log_stderr()</title>
<updated>2012-04-18T08:27:16+00:00</updated>
<author>
<name>Pavel Březina</name>
<email>pbrezina@redhat.com</email>
</author>
<published>2012-04-16T12:49:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=f8b589b7935bae9f63493a26678219c7b1661114'/>
<id>f8b589b7935bae9f63493a26678219c7b1661114</id>
<content type='text'>
Documents this function.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Documents this function.
</pre>
</div>
</content>
</entry>
<entry>
<title>Talloc doc: talloc_set_log_fn()</title>
<updated>2012-04-18T08:27:16+00:00</updated>
<author>
<name>Pavel Březina</name>
<email>pbrezina@redhat.com</email>
</author>
<published>2012-04-16T12:47:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=cf7f4612b5180238d9a28a1481e945c535d0af97'/>
<id>cf7f4612b5180238d9a28a1481e945c535d0af97</id>
<content type='text'>
Documents this function.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Documents this function.
</pre>
</div>
</content>
</entry>
<entry>
<title>Talloc doc: talloc_set_abort_fn()</title>
<updated>2012-04-18T08:27:16+00:00</updated>
<author>
<name>Pavel Březina</name>
<email>pbrezina@redhat.com</email>
</author>
<published>2012-04-16T12:43:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=73b0ed650a75759b546022a9f0a4c609a856353c'/>
<id>73b0ed650a75759b546022a9f0a4c609a856353c</id>
<content type='text'>
Documents this function.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Documents this function.
</pre>
</div>
</content>
</entry>
</feed>
