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 7e09827 commit ad45e7eCopy full SHA for ad45e7e
Objects/mimalloc/alloc.c
@@ -16,6 +16,8 @@ terms of the MIT license. A copy of the license can be found in the file
16
#include <string.h> // memset, strlen (for mi_strdup)
17
#include <stdlib.h> // malloc, abort
18
19
+#define _ZSt15get_new_handlerv _Py__ZSt15get_new_handlerv
20
+
21
#define MI_IN_ALLOC_C
22
#include "alloc-override.c"
23
#undef MI_IN_ALLOC_C
0 commit comments