Skip to content

Commit

Permalink
pythongh-90815: Define WITH_MIMALLOC macro in PC/pyconfig.h
Browse files Browse the repository at this point in the history
  • Loading branch information
vstinner committed Oct 30, 2023
1 parent da4d314 commit fdf28b8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions PC/pyconfig.h
Original file line number Diff line number Diff line change
Expand Up @@ -511,6 +511,9 @@ Py_NO_ENABLE_SHARED to find out. Also support MS_NO_COREDLL for b/w compat */
/* Use Python's own small-block memory-allocator. */
#define WITH_PYMALLOC 1

/* Define if you want to compile in mimalloc memory allocator. */
#define WITH_MIMALLOC 1

/* Define if you want to compile in object freelists optimization */
#define WITH_FREELISTS 1

Expand Down

0 comments on commit fdf28b8

Please sign in to comment.