C-API docs: Clarify the size of arenas by mienxiu · Pull Request #110895 · python/cpython
From 3.10.0 alpha 7, the pymalloc allocator uses arenas with a fixed size of 1 MiB on 64-bit platforms instead of 256 KiB on 32-bit platforms.
AlexWaygood
changed the title
Clarify the size of arenas
C-API docs: Clarify the size of arenas
miss-islington pushed a commit to miss-islington/cpython that referenced this pull request
Clarify the size of arenas From 3.10.0 alpha 7, the pymalloc allocator uses arenas with a fixed size of 1 MiB on 64-bit platforms instead of 256 KiB on 32-bit platforms. (cherry picked from commit f07ca27) Co-authored-by: Mienxiu <82512658+mienxiu@users.noreply.github.com>
miss-islington pushed a commit to miss-islington/cpython that referenced this pull request
Clarify the size of arenas From 3.10.0 alpha 7, the pymalloc allocator uses arenas with a fixed size of 1 MiB on 64-bit platforms instead of 256 KiB on 32-bit platforms. (cherry picked from commit f07ca27) Co-authored-by: Mienxiu <82512658+mienxiu@users.noreply.github.com>
AlexWaygood pushed a commit that referenced this pull request
C-API docs: Clarify the size of arenas (GH-110895) Clarify the size of arenas From 3.10.0 alpha 7, the pymalloc allocator uses arenas with a fixed size of 1 MiB on 64-bit platforms instead of 256 KiB on 32-bit platforms. (cherry picked from commit f07ca27) Co-authored-by: Mienxiu <82512658+mienxiu@users.noreply.github.com>
AlexWaygood pushed a commit that referenced this pull request
C-API docs: Clarify the size of arenas (GH-110895) Clarify the size of arenas From 3.10.0 alpha 7, the pymalloc allocator uses arenas with a fixed size of 1 MiB on 64-bit platforms instead of 256 KiB on 32-bit platforms. (cherry picked from commit f07ca27) Co-authored-by: Mienxiu <82512658+mienxiu@users.noreply.github.com>
aisk pushed a commit to aisk/cpython that referenced this pull request
Glyphack pushed a commit to Glyphack/cpython that referenced this pull request
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters