fix compile warning

This commit is contained in:
Daan Leijen 2025-03-02 17:10:24 -08:00
parent 2d81b6fee9
commit a24d71f374

View file

@ -943,8 +943,8 @@ static mi_page_t* mi_large_huge_page_alloc(mi_heap_t* heap, size_t size, size_t
}
else */
{
mi_heap_stat_increase(heap, malloc_huge, bsize);
mi_heap_stat_counter_increase(heap, malloc_huge_count, 1);
_mi_stat_increase(&heap->tld->stats.malloc_huge, bsize);
_mi_stat_counter_increase(&heap->tld->stats.malloc_huge_count, 1);
}
}
return page;