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 eaf1c1c commit 8b3ec52Copy full SHA for 8b3ec52
Objects/mimalloc/alloc.c
@@ -938,7 +938,7 @@ static bool mi_try_new_handler(bool nothrow) {
938
typedef void (*std_new_handler_t)(void);
939
940
#if (defined(__GNUC__) || (defined(__clang__) && !defined(_MSC_VER))) // exclude clang-cl, see issue #631
941
-std_new_handler_t __attribute__((weak)) _ZSt15get_new_handlerv(void) {
+std_new_handler_t _ZSt15get_new_handlerv(void) {
942
return NULL;
943
}
944
static std_new_handler_t mi_get_new_handler(void) {
0 commit comments