mirror of
https://github.com/microsoft/mimalloc.git
synced 2025-05-20 14:09:32 +03:00
spelling: efficiency
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
567e2a5e5b
commit
0d78953e6e
2 changed files with 2 additions and 2 deletions
|
@ -558,7 +558,7 @@ mi_heap_t* mi_heap_new();
|
||||||
|
|
||||||
/// Delete a previously allocated heap.
|
/// Delete a previously allocated heap.
|
||||||
/// This will release resources and migrate any
|
/// This will release resources and migrate any
|
||||||
/// still allocated blocks in this heap (efficienty)
|
/// still allocated blocks in this heap (efficiency)
|
||||||
/// to the default heap.
|
/// to the default heap.
|
||||||
///
|
///
|
||||||
/// If \a heap is the default heap, the default
|
/// If \a heap is the default heap, the default
|
||||||
|
|
|
@ -372,7 +372,7 @@ Functions</h2></td></tr>
|
||||||
</div><div class="memdoc">
|
</div><div class="memdoc">
|
||||||
|
|
||||||
<p>Delete a previously allocated heap. </p>
|
<p>Delete a previously allocated heap. </p>
|
||||||
<p>This will release resources and migrate any still allocated blocks in this heap (efficienty) to the default heap.</p>
|
<p>This will release resources and migrate any still allocated blocks in this heap (efficiency) to the default heap.</p>
|
||||||
<p>If <em>heap</em> is the default heap, the default heap is set to the backing heap. </p>
|
<p>If <em>heap</em> is the default heap, the default heap is set to the backing heap. </p>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Add table
Reference in a new issue