Skip to content

Commit fdf28b8

Browse files
committed
gh-90815: Define WITH_MIMALLOC macro in PC/pyconfig.h
1 parent da4d314 commit fdf28b8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

PC/pyconfig.h

+3
Original file line numberDiff line numberDiff line change
@@ -511,6 +511,9 @@ Py_NO_ENABLE_SHARED to find out. Also support MS_NO_COREDLL for b/w compat */
511511
/* Use Python's own small-block memory-allocator. */
512512
#define WITH_PYMALLOC 1
513513

514+
/* Define if you want to compile in mimalloc memory allocator. */
515+
#define WITH_MIMALLOC 1
516+
514517
/* Define if you want to compile in object freelists optimization */
515518
#define WITH_FREELISTS 1
516519

0 commit comments

Comments
 (0)