Theme
Auto
Light
Dark
Table of Contents
Memory Management
Overview
Allocator Domains
Raw Memory Interface
Memory Interface
Deprecated aliases
Object allocators
Default Memory Allocators
Customize Memory Allocators
Debug hooks on the Python memory allocators
The pymalloc allocator
Customize pymalloc Arena Allocator
The mimalloc allocator
tracemalloc C API
Examples
Previous topic
Python Initialization Configuration
Next topic
Object Implementation Support