[issue26415] Fragmentation of the heap memory in the Python parser

A. Skrobov report at bugs.python.org
Tue Mar 8 09:31:34 EST 2016


A. Skrobov added the comment:

@Serhiy: if your build is 32-bit, then every node is half the size, as it mostly consists of pointers.

The amount of heap fragmentation can also depend on gcc/glibc version.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue26415>
_______________________________________


More information about the Python-bugs-list mailing list