mirror of
https://github.com/microsoft/mimalloc.git
synced 2025-01-16 12:12:44 +08:00
add verbose message with secure build level
This commit is contained in:
parent
4d4a2885f5
commit
1674d551ff
@ -470,6 +470,7 @@ void mi_process_init(void) mi_attr_noexcept {
|
||||
#if (MI_DEBUG)
|
||||
_mi_verbose_message("debug level : %d\n", MI_DEBUG);
|
||||
#endif
|
||||
_mi_verbose_message("secure level: %d\n", MI_SECURE);
|
||||
mi_thread_init();
|
||||
mi_stats_reset(); // only call stat reset *after* thread init (or the heap tld == NULL)
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user