mirror of
https://github.com/microsoft/mimalloc.git
synced 2025-07-06 19:38:41 +03:00
make mi_options static, rename out_buf for the debug extension
This commit is contained in:
parent
11cfb42fa0
commit
9228b4814a
2 changed files with 8 additions and 11 deletions
|
@ -339,10 +339,6 @@ typedef struct mi_option_desc_s {
|
|||
const char* legacy_name; // potential legacy option name
|
||||
} mi_option_desc_t;
|
||||
|
||||
// the static options
|
||||
extern mi_decl_hidden mi_option_desc_t mi_options[_mi_option_last];
|
||||
|
||||
|
||||
/* -----------------------------------------------------------
|
||||
Inlined definitions
|
||||
----------------------------------------------------------- */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue