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 vstinner
Recipients StyXman, neologix, vstinner
Date 2016-03-21.12:05:15
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CAMpsgwa02_43fDFf-2MVomJ+tLFhwdi+FT-6XWRzRRt7pTc_GQ@mail.gmail.com>
In-reply-to <1458560976.22.0.16463622607.issue26601@psf.upfronthosting.co.za>
Content
Are you aware of unused memory in the heap memory?

The pymalloc memory allocator uses munmap() to release a wgole arena as
soon as the last memory block of an arena is freed.
History
Date User Action Args
2016-03-21 12:05:15vstinnersetrecipients: + vstinner, StyXman, neologix
2016-03-21 12:05:15vstinnerlinkissue26601 messages
2016-03-21 12:05:15vstinnercreate