mirror of
https://github.com/microsoft/mimalloc.git
synced 2025-07-06 11:34:38 +03:00
merge from dev new atomics
This commit is contained in:
commit
a654732d99
11 changed files with 225 additions and 187 deletions
|
@ -27,6 +27,7 @@ void _mi_error_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, ...);
|
||||
void _mi_options_init(void);
|
||||
|
||||
// "init.c"
|
||||
extern mi_stats_t _mi_stats_main;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue