mirror of
https://github.com/microsoft/mimalloc.git
synced 2025-07-06 11:34:38 +03:00
Merge pull request #325 from asl/max-error-counter
Do not use the same counter for warnings and errors
This commit is contained in:
commit
56a1c852ea
2 changed files with 7 additions and 3 deletions
|
@ -317,6 +317,7 @@ typedef enum mi_option_e {
|
|||
mi_option_limit_os_alloc,
|
||||
mi_option_os_tag,
|
||||
mi_option_max_errors,
|
||||
mi_option_max_warnings,
|
||||
_mi_option_last
|
||||
} mi_option_t;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue