We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da4d314 commit fdf28b8Copy full SHA for fdf28b8
PC/pyconfig.h
@@ -511,6 +511,9 @@ Py_NO_ENABLE_SHARED to find out. Also support MS_NO_COREDLL for b/w compat */
511
/* Use Python's own small-block memory-allocator. */
512
#define WITH_PYMALLOC 1
513
514
+/* Define if you want to compile in mimalloc memory allocator. */
515
+#define WITH_MIMALLOC 1
516
+
517
/* Define if you want to compile in object freelists optimization */
518
#define WITH_FREELISTS 1
519
0 commit comments