Imported Upstream version 4.3.2.467

Former-commit-id: 9c2cb47f45fa221e661ab616387c9cda183f283d
This commit is contained in:
Xamarin Public Jenkins
2016-02-22 11:00:01 -05:00
parent f302175246
commit f3e3aab35a
4097 changed files with 122406 additions and 82300 deletions

View File

@ -483,7 +483,7 @@ mono_mempool_alloc (MonoMemPool *pool, guint size)
</div>
<p />
<b>Parameters</b>
<blockquote><dt><i>pool:</i></dt><dd> the momory pool to use</dd><dt><i>size:</i></dt><dd> size of the momory block</dd></blockquote>
<blockquote><dt><i>pool:</i></dt><dd> the memory pool to use</dd><dt><i>size:</i></dt><dd> size of the memory block</dd></blockquote>
<b>Returns</b>
<blockquote> the address of a newly allocated memory block.
</blockquote>
@ -540,7 +540,10 @@ mono_mempool_stats (MonoMemPool *pool)
<blockquote><dt><i>pool:</i></dt><dd> the momory pool we need stats for</dd></blockquote>
<b>Remarks</b>
<p />
Print a few stats about the mempool
Print a few stats about the mempool:
- Total memory allocated (malloced) by mem pool
- Number of chunks/blocks memory is allocated in
- How much memory is available to dispense before a new malloc must occur?
</div> <a name="api:mono_mempool_contains_addr"></a>
<div class="api">