cpython/Doc/c-api
Miss Islington (bot) e8eb2bf788
[3.11] C-API docs: Clarify the size of arenas (GH-110895) (#110947)
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 f07ca27709)

Co-authored-by: Mienxiu <82512658+mienxiu@users.noreply.github.com>
2023-10-16 19:06:34 +00:00
..
abstract.rst
allocation.rst
apiabiversion.rst
arg.rst
bool.rst
buffer.rst [3.11] gh-107298: Fix C API Buffer documentation (GH-108011) (#108041) 2023-08-16 22:32:17 +02:00
bytearray.rst
bytes.rst
call.rst
capsule.rst
cell.rst
code.rst
codec.rst
complex.rst
concrete.rst
contextvars.rst
conversion.rst
coro.rst
datetime.rst [3.11] gh-107298: Fix C API datetime documentation (GH-108034) (#108233) 2023-08-22 20:32:48 +02:00
descriptor.rst
dict.rst [3.11] Improve some C API documentation (GH-108768) (GH-108786) 2023-09-02 07:30:32 +03:00
exceptions.rst [3.11] gh-102304: Add links to the Stable ABI and Limited C API docs (#105345) (#105371) (#109901) 2023-09-29 11:17:44 +02:00
file.rst
float.rst
frame.rst
function.rst
gcsupport.rst
gen.rst
import.rst
index.rst
init.rst
init_config.rst [3.11] gh-107298: Fix numerous ref errors and typos in the C API docs (GH-108258) (#108290) 2023-08-22 20:33:07 +02:00
intro.rst [3.11] gh-107298: Document PyMODINIT_FUNC macro (#109236) (#109948) 2023-09-27 10:40:24 +02:00
iter.rst
iterator.rst
list.rst
long.rst
mapping.rst [3.11] Improve some C API documentation (GH-108768) (GH-108786) 2023-09-02 07:30:32 +03:00
marshal.rst
memory.rst [3.11] C-API docs: Clarify the size of arenas (GH-110895) (#110947) 2023-10-16 19:06:34 +00:00
memoryview.rst
method.rst
module.rst [3.11] gh-107298: Fix numerous ref errors and typos in the C API docs (GH-108258) (#108290) 2023-08-22 20:33:07 +02:00
none.rst
number.rst
objbuffer.rst
object.rst [3.11] Improve some C API documentation (GH-108768) (GH-108786) 2023-09-02 07:30:32 +03:00
objimpl.rst
refcounting.rst
reflection.rst
sequence.rst
set.rst [3.11] gh-110527: Improve PySet_Clear docs (GH-110528) (#110927) 2023-10-16 13:15:07 +00:00
slice.rst
stable.rst [3.11] gh-102304: Add links to the Stable ABI and Limited C API docs (#105345) (#105371) (#109901) 2023-09-29 11:17:44 +02:00
structures.rst [3.11] gh-102304: Add links to the Stable ABI and Limited C API docs (#105345) (#105371) (#109901) 2023-09-29 11:17:44 +02:00
sys.rst
tuple.rst
type.rst [3.11] gh-102304: Add links to the Stable ABI and Limited C API docs (#105345) (#105371) (#109901) 2023-09-29 11:17:44 +02:00
typehints.rst
typeobj.rst [3.11] gh-102304: Add links to the Stable ABI and Limited C API docs (#105345) (#105371) (#109901) 2023-09-29 11:17:44 +02:00
unicode.rst [3.11] gh-102304: Add links to the Stable ABI and Limited C API docs (#105345) (#105371) (#109901) 2023-09-29 11:17:44 +02:00
utilities.rst
veryhigh.rst
weakref.rst