Skip to content

Commit d68a7fc

Browse files
committed
update docs
1 parent 8f481d3 commit d68a7fc

File tree

4 files changed

+294
-296
lines changed

4 files changed

+294
-296
lines changed

doc/mimalloc-doc.h

-1
Original file line numberDiff line numberDiff line change
@@ -547,7 +547,6 @@ mi_heap_t* mi_heap_new_in_arena(mi_arena_id_t arena_id);
547547
///
548548
/// The \a arena_id can be used by runtimes to allocate only in a specified pre-reserved arena.
549549
/// This is used for example for a compressed pointer heap in Koka.
550-
///
551550
/// The \a heap_tag enables heaps to keep objects of a certain type isolated to heaps with that tag.
552551
/// This is used for example in the CPython integration.
553552
mi_heap_t* mi_heap_new_ex(int heap_tag, bool allow_destroy, mi_arena_id_t arena_id);

docs/group__extended.html

+1-2
Original file line numberDiff line numberDiff line change
@@ -524,8 +524,7 @@ <h2 class="memtitle"><span class="permalink"><a href="#ga3ae360583f4351aa5267ee7
524524
</dd>
525525
</dl>
526526
<dl class="section return"><dt>Returns</dt><dd>A new heap or <code>NULL</code> on failure.</dd></dl>
527-
<p>The <em>arena_id</em> can be used by runtimes to allocate only in a specified pre-reserved arena. This is used for example for a compressed pointer heap in Koka.</p>
528-
<p>The <em>heap_tag</em> enables heaps to keep objects of a certain type isolated to heaps with that tag. This is used for example in the CPython integration. </p>
527+
<p>The <em>arena_id</em> can be used by runtimes to allocate only in a specified pre-reserved arena. This is used for example for a compressed pointer heap in Koka. The <em>heap_tag</em> enables heaps to keep objects of a certain type isolated to heaps with that tag. This is used for example in the CPython integration. </p>
529528

530529
</div>
531530
</div>

docs/group__typed.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@
148148
</table>
149149
<a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2>
150150
<p>Typed allocation macros. For example: </p><div class="fragment"><div class="line"><span class="keywordtype">int</span>* p = <a class="code hl_define" href="#ga0619a62c5fd886f1016030abe91f0557">mi_malloc_tp</a>(<span class="keywordtype">int</span>)</div>
151-
<div class="ttc" id="agroup__typed_html_ga0619a62c5fd886f1016030abe91f0557"><div class="ttname"><a href="#ga0619a62c5fd886f1016030abe91f0557">mi_malloc_tp</a></div><div class="ttdeci">#define mi_malloc_tp(tp)</div><div class="ttdoc">Allocate a block of type tp.</div><div class="ttdef"><b>Definition</b> mimalloc-doc.h:785</div></div>
151+
<div class="ttc" id="agroup__typed_html_ga0619a62c5fd886f1016030abe91f0557"><div class="ttname"><a href="#ga0619a62c5fd886f1016030abe91f0557">mi_malloc_tp</a></div><div class="ttdeci">#define mi_malloc_tp(tp)</div><div class="ttdoc">Allocate a block of type tp.</div><div class="ttdef"><b>Definition</b> mimalloc-doc.h:784</div></div>
152152
</div><!-- fragment --> <h2 class="groupheader">Macro Definition Documentation</h2>
153153
<a id="gae80c47c9d4cab10961fff1a8ac98fc07" name="gae80c47c9d4cab10961fff1a8ac98fc07"></a>
154154
<h2 class="memtitle"><span class="permalink"><a href="#gae80c47c9d4cab10961fff1a8ac98fc07">&#9670;&#160;</a></span>mi_calloc_tp</h2>

0 commit comments

Comments
 (0)