mirror of
https://github.com/microsoft/mimalloc.git
synced 2025-07-06 19:38:41 +03:00
initial work on guarded objects
This commit is contained in:
parent
265767766b
commit
7b5df14bea
4 changed files with 27 additions and 0 deletions
|
@ -61,6 +61,7 @@ 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);
|
||||
long _mi_option_get_fast(mi_option_t option);
|
||||
void _mi_error_message(int err, const char* fmt, ...);
|
||||
|
||||
// random.c
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue