A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://mail.python.org/pipermail/python-dev/2002-April/023248.html below:

[Python-Dev] A "new" kind of leak

[Python-Dev] A "new" kind of leak [Python-Dev] A "new" kind of leakGreg Ewing greg@cosc.canterbury.ac.nz
Mon, 15 Apr 2002 14:24:29 +1200 (NZST)
Tim Peters <tim.one@comcast.net>:

> What is surprising is that it also leaks *memory* in 2.2 and current CVS,
> although it doesn't leak *objects* anymore,

> An effective solution would be to bound the size of the frameobject free
> list:

I don't think that's the right solution. Won't the same problem
occur with all the other kinds of free list as well? You'd have
to put bounds on all of them.

Seems to me the correct solution is to count allocs/frees from/to
any free list along with memory allocs/frees for the purpose of
deciding when to do a gc.

Greg Ewing, Computer Science Dept, +--------------------------------------+
University of Canterbury,	   | A citizen of NewZealandCorp, a	  |
Christchurch, New Zealand	   | wholly-owned subsidiary of USA Inc.  |
greg@cosc.canterbury.ac.nz	   +--------------------------------------+




RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4