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 63772f3 commit ca61593Copy full SHA for ca61593
1 file changed
Doc/howto/free-threading-python.rst
@@ -225,7 +225,7 @@ mimalloc allocator does quite well in these respects as well but can have some
225
more overhead.
226
227
In the free-threaded build, mimalloc manages memory in a number of separate
228
-heaps (currently five). For example, all GC supporting objects are allocated
+heaps (currently four). For example, all GC supporting objects are allocated
229
from their own heap. Using separate heaps means that free memory in one heap
230
cannot be used for an allocation that uses another heap. Also, some heaps are
231
configured to use QSBR (quiescent-state based reclamation) when freeing the
0 commit comments