Skip to content

Commit ca61593

Browse files
Update Doc/howto/free-threading-python.rst
1 parent 63772f3 commit ca61593

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/howto/free-threading-python.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ mimalloc allocator does quite well in these respects as well but can have some
225225
more overhead.
226226

227227
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
228+
heaps (currently four). For example, all GC supporting objects are allocated
229229
from their own heap. Using separate heaps means that free memory in one heap
230230
cannot be used for an allocation that uses another heap. Also, some heaps are
231231
configured to use QSBR (quiescent-state based reclamation) when freeing the

0 commit comments

Comments
 (0)