merge back changes to OS module from 'dev-exp'

This commit is contained in:
daan 2019-07-02 17:17:03 -07:00
parent c465f6ae35
commit 5c0ffe9865
8 changed files with 211 additions and 151 deletions

View file

@ -453,7 +453,7 @@ static void mi_page_free_list_extend( mi_heap_t* heap, mi_page_t* page, size_t e
}
// enable the new free list
page->capacity += (uint16_t)extend;
mi_stat_increase(stats->committed, extend * page->block_size);
mi_stat_increase(stats->page_committed, extend * page->block_size);
}
/* -----------------------------------------------------------