mirror of
https://github.com/microsoft/mimalloc.git
synced 2025-05-05 15:09:31 +03:00
remove old comment
This commit is contained in:
parent
f0530b6a83
commit
6ca8b3fd89
1 changed files with 0 additions and 7 deletions
|
@ -733,11 +733,4 @@ void* _mi_malloc_generic(mi_heap_t* heap, size_t size) mi_attr_noexcept
|
||||||
|
|
||||||
// and try again, this time succeeding! (i.e. this should never recurse)
|
// and try again, this time succeeding! (i.e. this should never recurse)
|
||||||
return _mi_page_malloc(heap, page, size);
|
return _mi_page_malloc(heap, page, size);
|
||||||
/*
|
|
||||||
if (page->used == page->reserved) {
|
|
||||||
// needed for huge pages to free reliably from other threads.
|
|
||||||
mi_page_to_full(page,mi_page_queue_of(page));
|
|
||||||
}
|
|
||||||
return p;
|
|
||||||
*/
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue