◐ Shell
clean mode source ↗

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 AlexWaygood changed the title Clarify the size of arenas C-API docs: Clarify the size of arenas

Oct 15, 2023

vstinner

nascheme

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request

Oct 16, 2023
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

Oct 16, 2023
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

Oct 16, 2023
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

Oct 16, 2023
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

Feb 11, 2024
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.

Glyphack pushed a commit to Glyphack/cpython that referenced this pull request

Sep 2, 2024
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.