This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author tim.peters
Recipients Esa.Peuha, brian.curtin, pitrou, r.david.murray, tim.golden, tim.peters, vstinner, Пётр.Дёмин
Date 2013-10-14.19:22:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1381778554.48.0.664055483168.issue19246@psf.upfronthosting.co.za>
In-reply-to
Content
@pitrou, maybe, but seems very unlikely.  As explained countless times already ;-), PyMalloc allocates few arenas in the test program.  "Small objects" are relatively rare here.  Almost all the memory is consumed by strings of ever-increasing length.  PyMalloc passes those large requests on to the system malloc().
History
Date User Action Args
2013-10-14 19:22:34tim.peterssetrecipients: + tim.peters, pitrou, vstinner, tim.golden, r.david.murray, brian.curtin, Esa.Peuha, Пётр.Дёмин
2013-10-14 19:22:34tim.peterssetmessageid: <1381778554.48.0.664055483168.issue19246@psf.upfronthosting.co.za>
2013-10-14 19:22:34tim.peterslinkissue19246 messages
2013-10-14 19:22:34tim.peterscreate