mirror of
https://github.com/microsoft/mimalloc.git
synced 2025-07-07 20:08:41 +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.
|
||||
/// 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.
|
||||
///
|
||||
/// If \a heap is the default heap, the default
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue