mirror of
https://github.com/microsoft/mimalloc.git
synced 2025-07-06 19:38:41 +03:00
make mi_options_print, mi_arenas_print, and mi_stats_print independent of the vebosity setting
This commit is contained in:
parent
b54a7d836c
commit
db831d4cf4
3 changed files with 23 additions and 15 deletions
|
@ -77,6 +77,7 @@ bool _mi_getenv(const char* name, char* result, size_t result_size);
|
|||
// "options.c"
|
||||
void _mi_fputs(mi_output_fun* out, void* arg, const char* prefix, const char* message);
|
||||
void _mi_fprintf(mi_output_fun* out, void* arg, const char* fmt, ...);
|
||||
void _mi_message(const char* fmt, ...);
|
||||
void _mi_warning_message(const char* fmt, ...);
|
||||
void _mi_verbose_message(const char* fmt, ...);
|
||||
void _mi_trace_message(const char* fmt, ...);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue