mirror of
https://github.com/microsoft/mimalloc.git
synced 2025-05-06 23:39:31 +03:00
remove extra verbose messages
This commit is contained in:
parent
c18a5537dc
commit
45f0b0a8a6
1 changed files with 1 additions and 10 deletions
|
@ -690,15 +690,6 @@ void mi_process_init(void) mi_attr_noexcept {
|
|||
// the following two can potentially allocate (on freeBSD for locks and thread keys)
|
||||
mi_subproc_main_init();
|
||||
mi_process_setup_auto_thread_done();
|
||||
|
||||
#if MI_DEBUG
|
||||
_mi_verbose_message("debug level : %d\n", MI_DEBUG);
|
||||
#endif
|
||||
_mi_verbose_message("secure level: %d\n", MI_SECURE);
|
||||
_mi_verbose_message("mem tracking: %s\n", MI_TRACK_TOOL);
|
||||
#if MI_TSAN
|
||||
_mi_verbose_message("thread santizer enabled\n");
|
||||
#endif
|
||||
mi_thread_init();
|
||||
|
||||
#if defined(_WIN32) && defined(MI_WIN_USE_FLS)
|
||||
|
|
Loading…
Add table
Reference in a new issue