mirror of
https://github.com/microsoft/mimalloc.git
synced 2025-08-24 16:24:47 +03:00
add _mi_stats_init to initialize the process start time
This commit is contained in:
parent
4bf6ae693a
commit
d51e33b18e
3 changed files with 10 additions and 1 deletions
|
@ -709,6 +709,7 @@ void mi_process_init(void) mi_attr_noexcept {
|
|||
_mi_verbose_message("process init: 0x%zx\n", _mi_thread_id());
|
||||
|
||||
mi_detect_cpu_features();
|
||||
_mi_stats_init();
|
||||
_mi_os_init();
|
||||
_mi_page_map_init();
|
||||
mi_heap_main_init();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue