mirror of
https://github.com/microsoft/mimalloc.git
synced 2025-07-06 19:38:41 +03:00
merge from dev
This commit is contained in:
commit
ccaa4a1de9
4 changed files with 10 additions and 7 deletions
|
@ -112,7 +112,7 @@ static bool mi_page_is_valid_init(mi_page_t* page) {
|
|||
return true;
|
||||
}
|
||||
|
||||
extern bool _mi_process_is_initialized; // has mi_process_init been called?
|
||||
extern mi_decl_hidden bool _mi_process_is_initialized; // has mi_process_init been called?
|
||||
|
||||
bool _mi_page_is_valid(mi_page_t* page) {
|
||||
mi_assert_internal(mi_page_is_valid_init(page));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue