We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2dcab5 commit 7eafaa9Copy full SHA for 7eafaa9
src/init.c
@@ -95,7 +95,7 @@ const mi_page_t _mi_page_empty = {
95
// may lead to allocation itself on some platforms)
96
// --------------------------------------------------------
97
98
-mi_decl_hidden mi_decl_cache_align const mi_heap_t _mi_heap_empty = {
+mi_decl_cache_align const mi_heap_t _mi_heap_empty = {
99
NULL,
100
MI_ATOMIC_VAR_INIT(NULL),
101
0, // tid
0 commit comments