Learn Before
Concept
PyArena
PyArena is a structure that is part of the default CPython implementation of Python. It will store pointers to all memory given to it. The functions PyArena_Malloc() and PyArena_Free() are what control memory allocation and deallocation. PyArena also stores a linked-list of allocated memory blocks.
0
1
Updated 2021-06-26
Tags
Python Programming Language
Data Science