Sololearn: Learn to Code
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1
The Python memory manager manages chunks of memory called “Blocks”. A collection of blocks of the same size makes up the “Pool”. Pools are created on Arenas, chunks of 256kB memory allocated on heap=64 pools. If the objects get destroyed, the memory manager fills this space with a new object of the same size. For better learning about python go for python online courses. check this out: https://www.cetpainfotech.com/en-ae/python-training-in-dubai
15th Feb 2020, 11:16 AM
Kritesh Anand
Kritesh Anand - avatar