mirror of
https://github.com/microsoft/mimalloc.git
synced 2025-07-06 11:34:38 +03:00
Fixed typo in headers
This commit is contained in:
parent
32c5e4774f
commit
30be78d97a
2 changed files with 2 additions and 2 deletions
|
@ -333,7 +333,7 @@ void mi_heap_destroy(mi_heap_t* heap) {
|
|||
Safe Heap delete
|
||||
----------------------------------------------------------- */
|
||||
|
||||
// Tranfer the pages from one heap to the other
|
||||
// Transfer the pages from one heap to the other
|
||||
static void mi_heap_absorb(mi_heap_t* heap, mi_heap_t* from) {
|
||||
mi_assert_internal(heap!=NULL);
|
||||
if (from==NULL || from->page_count == 0) return;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue