10000 gh-90815: Define WITH_MIMALLOC macro in PC/pyconfig.h · python/cpython@75d1414 · GitHub
[go: up one dir, main page]

Skip to content

Commit 75d1414

Browse files
committed
gh-90815: Define WITH_MIMALLOC macro in PC/pyconfig.h
1 parent c6fe086 commit 75d1414

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

PC/pyconfig.h

Lines changed: 3 additions & 0 deletions
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)
0