mirror of
https://github.com/microsoft/mimalloc.git
synced 2025-05-20 14:09:32 +03:00
Mac M1 build fix for the (temporary ?) previous fix for Thread Block
Control access.
This commit is contained in:
parent
a7c33a3b0e
commit
16f7a1cfd9
1 changed files with 1 additions and 0 deletions
|
@ -52,6 +52,7 @@ static inline uintptr_t _mi_random_shuffle(uintptr_t x);
|
|||
// init.c
|
||||
extern mi_decl_cache_align mi_stats_t _mi_stats_main;
|
||||
extern mi_decl_cache_align const mi_page_t _mi_page_empty;
|
||||
extern mi_decl_thread mi_heap_t* _mi_heap_default;
|
||||
bool _mi_is_main_thread(void);
|
||||
bool _mi_preloading(); // true while the C runtime is not ready
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue